marketingsystem_temp_h5/vue.config.js

7 lines
166 B
JavaScript

const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
// 关闭 eslint 校验
lintOnSave: false,
})