marketingsystem_temp_h5/vue.config.js

7 lines
166 B
JavaScript
Raw Normal View History

2024-08-23 16:01:52 +08:00
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
// 关闭 eslint 校验
lintOnSave: false,
})