adjust the layout to the src directory
This commit is contained in:
commit
2ac4cee805
|
@ -4,7 +4,7 @@ import Router from 'vue-router'
|
||||||
Vue.use(Router)
|
Vue.use(Router)
|
||||||
|
|
||||||
/* Layout */
|
/* Layout */
|
||||||
import Layout from '@/views/layout/Layout'
|
import Layout from '@/layout/Layout'
|
||||||
|
|
||||||
/* Router Modules */
|
/* Router Modules */
|
||||||
import componentsRouter from './modules/components'
|
import componentsRouter from './modules/components'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/** When your routing table is too long, you can split it into small modules**/
|
/** When your routing table is too long, you can split it into small modules**/
|
||||||
|
|
||||||
import Layout from '@/views/layout/Layout'
|
import Layout from '@/layout/Layout'
|
||||||
|
|
||||||
const chartsRouter = {
|
const chartsRouter = {
|
||||||
path: '/charts',
|
path: '/charts',
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/** When your routing table is too long, you can split it into small modules**/
|
/** When your routing table is too long, you can split it into small modules**/
|
||||||
|
|
||||||
import Layout from '@/views/layout/Layout'
|
import Layout from '@/layout/Layout'
|
||||||
|
|
||||||
const componentsRouter = {
|
const componentsRouter = {
|
||||||
path: '/components',
|
path: '/components',
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/** When your routing table is too long, you can split it into small modules**/
|
/** When your routing table is too long, you can split it into small modules**/
|
||||||
|
|
||||||
import Layout from '@/views/layout/Layout'
|
import Layout from '@/layout/Layout'
|
||||||
|
|
||||||
const nestedRouter = {
|
const nestedRouter = {
|
||||||
path: '/nested',
|
path: '/nested',
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/** When your routing table is too long, you can split it into small modules**/
|
/** When your routing table is too long, you can split it into small modules**/
|
||||||
|
|
||||||
import Layout from '@/views/layout/Layout'
|
import Layout from '@/layout/Layout'
|
||||||
|
|
||||||
const tableRouter = {
|
const tableRouter = {
|
||||||
path: '/table',
|
path: '/table',
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/** When your routing table is too long, you can split it into small modules**/
|
/** When your routing table is too long, you can split it into small modules**/
|
||||||
|
|
||||||
import Layout from '@/views/layout/Layout'
|
import Layout from '@/layout/Layout'
|
||||||
|
|
||||||
const treeTableRouter = {
|
const treeTableRouter = {
|
||||||
path: '/tree-table',
|
path: '/tree-table',
|
||||||
|
|
Loading…
Reference in New Issue