refine code
This commit is contained in:
parent
63ad0fc2f5
commit
33cf5ef16e
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
module.exports = file => require('../views/' + file + '.vue')
|
||||
module.exports = file => require('@/views/' + file + '.vue')
|
||||
|
|
|
@ -1 +1 @@
|
|||
module.exports = file => () => import('../views/' + file + '.vue')
|
||||
module.exports = file => () => import('@/views/' + file + '.vue')
|
||||
|
|
Loading…
Reference in a new issue