toggle menu class

This commit is contained in:
2026-06-16 09:19:33 +08:00
parent f1b4b54e19
commit b8eff40c00
2 changed files with 8 additions and 2 deletions
+1
View File
@@ -5,6 +5,7 @@ import vue from '@vitejs/plugin-vue'
export default defineConfig({
plugins: [vue()],
server: {
port: 1025,
proxy: {
'/api': {
target: 'http://localhost:3001',