mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 10:55:51 +02:00
bug fix
This commit is contained in:
parent
f6b9026918
commit
4aefecee2e
2 changed files with 14 additions and 3 deletions
|
@ -49,5 +49,16 @@ module.exports = {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
chainWebpack: config => {
|
||||
config.module
|
||||
.rule('vue')
|
||||
.use('vue-loader')
|
||||
.tap(options => {
|
||||
options.compiler = require('vue-template-babel-compiler')
|
||||
return options
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue