File tree Expand file tree Collapse file tree 6 files changed +5
-5
lines changed Expand file tree Collapse file tree 6 files changed +5
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Router from 'vue-router'
4
4
Vue . use ( Router )
5
5
6
6
/* Layout */
7
- import Layout from '@/layout/Layout '
7
+ import Layout from '@/layout'
8
8
9
9
/* Router Modules */
10
10
import componentsRouter from './modules/components'
Original file line number Diff line number Diff line change 1
1
/** When your routing table is too long, you can split it into small modules**/
2
2
3
- import Layout from '@/layout/Layout '
3
+ import Layout from '@/layout'
4
4
5
5
const chartsRouter = {
6
6
path : '/charts' ,
Original file line number Diff line number Diff line change 1
1
/** When your routing table is too long, you can split it into small modules**/
2
2
3
- import Layout from '@/layout/Layout '
3
+ import Layout from '@/layout'
4
4
5
5
const componentsRouter = {
6
6
path : '/components' ,
Original file line number Diff line number Diff line change 1
1
/** When your routing table is too long, you can split it into small modules**/
2
2
3
- import Layout from '@/layout/Layout '
3
+ import Layout from '@/layout'
4
4
5
5
const nestedRouter = {
6
6
path : '/nested' ,
Original file line number Diff line number Diff line change 1
1
/** When your routing table is too long, you can split it into small modules**/
2
2
3
- import Layout from '@/layout/Layout '
3
+ import Layout from '@/layout'
4
4
5
5
const tableRouter = {
6
6
path : '/table' ,
You can’t perform that action at this time.
0 commit comments