1
0
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:
Pan 2017-06-26 13:35:43 +08:00
parent 63ad0fc2f5
commit 33cf5ef16e
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
module.exports = file => require('../views/' + file + '.vue')
module.exports = file => require('@/views/' + file + '.vue')

View File

@ -1 +1 @@
module.exports = file => () => import('../views/' + file + '.vue')
module.exports = file => () => import('@/views/' + file + '.vue')