加入dashboard

This commit is contained in:
langhuihui
2020-01-28 17:22:14 +08:00
parent cb1e601052
commit 3a9851fcd6
57 changed files with 21572 additions and 16 deletions

10
dashboard/vue.config.js Normal file
View File

@@ -0,0 +1,10 @@
module.exports = {
chainWebpack: config => {
config.module
.rule('vue')
.use('iview-loader')
.loader('iview-loader')
.tap(()=> ({prefix: false}))
.end()
}
}