Remove redundant code

This commit is contained in:
Pan 2018-06-01 17:04:19 +08:00
parent a7942636c6
commit 739aef4387
2 changed files with 0 additions and 2 deletions

View file

@ -1 +0,0 @@
module.exports = file => require('@/views/' + file + '.vue').default // vue-loader at least v13.0.0+

View file

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