File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11import Vue from 'vue'
22import VueRouter from 'vue-router'
33import Base from '../views/base/index.vue'
4- import Check from '../views/check/index.vue'
5- import CheckStrictly from '../views/checkStrictly/index.vue'
6- import LoadLazy from '../views/loadLazy/index.vue'
7- import Custom from '../views/custom/index.vue'
8- import VirtualTree from '../views/virtualTree/index.vue'
4+ const Check = ( ) => import ( '../views/check/index.vue' )
5+ const CheckStrictly = ( ) => import ( '../views/checkStrictly/index.vue' )
6+ const LoadLazy = ( ) => import ( '../views/loadLazy/index.vue' )
7+ const Custom = ( ) => import ( '../views/custom/index.vue' )
8+ const VirtualTree = ( ) => import ( '../views/virtualTree/index.vue' )
99
1010
1111Vue . use ( VueRouter )
You can’t perform that action at this time.
0 commit comments