Files
ZERO_CODE/ZeroCodeProject/main/client/vue.config.js

6 lines
139 B
JavaScript
Raw Normal View History

2026-01-11 00:11:34 +08:00
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
lintOnSave: false
})