提现功能需要添加
This commit is contained in:
15
vue.config.js
Normal file
15
vue.config.js
Normal file
@@ -0,0 +1,15 @@
|
||||
const ScriptSetup = require('unplugin-vue2-script-setup/webpack').default;
|
||||
module.exports = {
|
||||
parallel: false,
|
||||
configureWebpack: {
|
||||
plugins: [
|
||||
ScriptSetup({
|
||||
/* options */
|
||||
}),
|
||||
],
|
||||
},
|
||||
chainWebpack(config) {
|
||||
// disable type check and let `vue-tsc` handles it
|
||||
config.plugins.delete('fork-ts-checker');
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user