Created
January 30, 2018 08:44
-
-
Save nulpatrol/dd9bd75d409855659d67f2f3615a2881 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| name: 'lease_wrap_create', | |
| path: '/lease', | |
| component: 'lease/Lease', | |
| redirect: { | |
| name: 'lease_step1', | |
| }, | |
| children: [ | |
| { | |
| path: 'step1', | |
| component: LeaseTypes, | |
| name: 'lease_step1', | |
| meta: { | |
| step: 1, | |
| }, | |
| }, | |
| { | |
| path: 'step2', | |
| component: LeaseInfo, | |
| name: 'lease_step2', | |
| meta: { | |
| step: 2, | |
| }, | |
| }, | |
| { | |
| path: 'step3', | |
| component: LeaseContent, | |
| name: 'lease_step3', | |
| meta: { | |
| step: 3, | |
| }, | |
| }, | |
| ], | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment