修复: 首页文库打开/新建空白后不切入编辑器

This commit is contained in:
lxy
2026-08-17 09:36:52 +08:00
parent 352496c00a
commit e2b31579ea
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -254,6 +254,7 @@ onUnmounted(() => {
@close="libraryVisible = false"
@toast="toast"
@switch-tab="(t: string) => switchTab(t as 'props' | 'ai')"
@open-deck="mode = 'editor'"
/>
<TemplateModal
:visible="templateVisible"