Skip to content

Commit 725c94a

Browse files
committed
refine layout name
1 parent 76ec176 commit 725c94a

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed
File renamed without changes.

src/router/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Router from 'vue-router'
44
Vue.use(Router)
55

66
/* Layout */
7-
import Layout from '@/layout/Layout'
7+
import Layout from '@/layout'
88

99
/* Router Modules */
1010
import componentsRouter from './modules/components'

src/router/modules/charts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** When your routing table is too long, you can split it into small modules**/
22

3-
import Layout from '@/layout/Layout'
3+
import Layout from '@/layout'
44

55
const chartsRouter = {
66
path: '/charts',

src/router/modules/components.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** When your routing table is too long, you can split it into small modules**/
22

3-
import Layout from '@/layout/Layout'
3+
import Layout from '@/layout'
44

55
const componentsRouter = {
66
path: '/components',

src/router/modules/nested.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** When your routing table is too long, you can split it into small modules**/
22

3-
import Layout from '@/layout/Layout'
3+
import Layout from '@/layout'
44

55
const nestedRouter = {
66
path: '/nested',

src/router/modules/table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** When your routing table is too long, you can split it into small modules**/
22

3-
import Layout from '@/layout/Layout'
3+
import Layout from '@/layout'
44

55
const tableRouter = {
66
path: '/table',

0 commit comments

Comments
 (0)