technological-brain-web/vue.config.js

6 lines
157 B
JavaScript
Raw Normal View History

2025-10-14 18:37:27 +08:00
import { defineConfig } from "@vue/cli-service";
export default defineConfig({
transpileDependencies: true,
lintOnSave: false, // 关闭ESLint检查
});