上传文件至 /

This commit is contained in:
wgf
2026-03-06 06:02:05 +00:00
parent 98e777b01a
commit db70b53c57

4
vue.config.js Normal file
View File

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