初次提交

This commit is contained in:
海龙
2024-02-26 14:44:22 +08:00
parent 9b3c7767ca
commit c8a2a599ad
20 changed files with 12047 additions and 8 deletions

4
frontend/vue.config.js Normal file
View File

@@ -0,0 +1,4 @@
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
transpileDependencies: ["vuetify"],
});