fix(frontend): 修复可视化编辑器文件切换时序

This commit is contained in:
2026-08-30 10:24:47 +08:00
parent 9bbe4d3c86
commit 693c86c24d
4 changed files with 519 additions and 6 deletions
+4
View File
@@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"test": "vitest run",
"preview": "vite preview",
"type-check": "vue-tsc --noEmit"
},
@@ -39,8 +40,11 @@
"devDependencies": {
"@types/node": "^22.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/test-utils": "^2.5.0",
"happy-dom": "^20.11.15",
"typescript": "~5.9.3",
"vite": "^6.0.0",
"vitest": "^4.1.11",
"vue-tsc": "^2.0.0"
}
}