adjust the layout to the src directory
This commit is contained in:
		@@ -4,7 +4,7 @@ import Router from 'vue-router'
 | 
			
		||||
Vue.use(Router)
 | 
			
		||||
 | 
			
		||||
/* Layout */
 | 
			
		||||
import Layout from '@/views/layout/Layout'
 | 
			
		||||
import Layout from '@/layout/Layout'
 | 
			
		||||
 | 
			
		||||
/* Router Modules */
 | 
			
		||||
import componentsRouter from './modules/components'
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
/** 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 = {
 | 
			
		||||
  path: '/charts',
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
/** 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 = {
 | 
			
		||||
  path: '/components',
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
/** 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 = {
 | 
			
		||||
  path: '/nested',
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
/** 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 = {
 | 
			
		||||
  path: '/table',
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
/** 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 = {
 | 
			
		||||
  path: '/tree-table',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user