STUDENT_VUE/vue.config.js

6 lines
161 B
JavaScript
Raw Normal View History

2024-12-03 15:59:47 +08:00
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
2024-12-03 16:31:29 +08:00
transpileDependencies: true,
lintOnSave:false /*关闭语法检查*/
2024-12-03 15:59:47 +08:00
})