File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ const routes: RouteRecordRaw[] = [
66 component : ( ) => import ( 'src/layouts/MainLayout.vue' ) ,
77 children : [ { path : '' , component : ( ) => import ( 'src/pages/Start.vue' ) } ]
88 } ,
9+ {
10+ path : '/0' ,
11+ component : ( ) => import ( 'src/layouts/MainLayout.vue' ) ,
12+ children : [ { path : '' , component : ( ) => import ( 'src/pages/Start.vue' ) } ]
13+ } ,
914 {
1015 path : '/1' ,
1116 component : ( ) => import ( 'src/layouts/StepperLayout.vue' ) ,
@@ -16,6 +21,11 @@ const routes: RouteRecordRaw[] = [
1621 component : ( ) => import ( 'src/layouts/StepperLayout.vue' ) ,
1722 children : [ { path : '' , component : ( ) => import ( 'src/pages/Authors.vue' ) } ]
1823 } ,
24+ {
25+ path : '/3' ,
26+ component : ( ) => import ( 'src/layouts/MainLayout.vue' ) ,
27+ children : [ { path : '' , component : ( ) => import ( 'src/pages/Finish.vue' ) } ]
28+ } ,
1929 {
2030 path : '/finish' ,
2131 component : ( ) => import ( 'src/layouts/MainLayout.vue' ) ,
You can’t perform that action at this time.
0 commit comments