1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-06 17:49:50 +08:00

refine layout name

This commit is contained in:
Pan 2019-04-01 16:03:58 +08:00
parent 76ec176fe4
commit 725c94a568
6 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ import Router from 'vue-router'
Vue.use(Router)
/* Layout */
import Layout from '@/layout/Layout'
import Layout from '@/layout'
/* Router Modules */
import componentsRouter from './modules/components'

View File

@ -1,6 +1,6 @@
/** When your routing table is too long, you can split it into small modules**/
import Layout from '@/layout/Layout'
import Layout from '@/layout'
const chartsRouter = {
path: '/charts',

View File

@ -1,6 +1,6 @@
/** When your routing table is too long, you can split it into small modules**/
import Layout from '@/layout/Layout'
import Layout from '@/layout'
const componentsRouter = {
path: '/components',

View File

@ -1,6 +1,6 @@
/** When your routing table is too long, you can split it into small modules**/
import Layout from '@/layout/Layout'
import Layout from '@/layout'
const nestedRouter = {
path: '/nested',

View File

@ -1,6 +1,6 @@
/** When your routing table is too long, you can split it into small modules**/
import Layout from '@/layout/Layout'
import Layout from '@/layout'
const tableRouter = {
path: '/table',