矿机租赁系统代码更新
This commit is contained in:
12
power_leasing/vue.config.js
Normal file
12
power_leasing/vue.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
const { defineConfig } = require('@vue/cli-service')
|
||||
module.exports = defineConfig({
|
||||
transpileDependencies: true
|
||||
})
|
||||
|
||||
module.exports = {
|
||||
devServer: {
|
||||
client: {
|
||||
overlay: false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user