This commit is contained in:
chenyixian
2025-06-14 12:40:14 +08:00
commit a8a26316cb
13 changed files with 6394 additions and 0 deletions

4
vue.config.js Normal file
View File

@@ -0,0 +1,4 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true
})