mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-06 03:57:53 +08:00
refine code
This commit is contained in:
parent
63ad0fc2f5
commit
33cf5ef16e
@ -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…
x
Reference in New Issue
Block a user