feat: client init

This commit is contained in:
tim
2025-07-02 21:03:16 +08:00
parent 6e9cd7f450
commit 8c21b39d78
11 changed files with 12328 additions and 0 deletions

View File

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