🔄Update: 后端项目初始化

This commit is contained in:
2025-11-18 15:32:09 +08:00
parent 818dcc0e99
commit dd2830ef7c
14 changed files with 12644 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true
})