first commit

This commit is contained in:
sexygoat
2026-01-22 16:43:48 +08:00
parent 36590e3cc0
commit 777265209a
15 changed files with 16425 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
})