fix: 修复左侧大屏 AppSidebar 点击分类无响应

- 左侧大屏侧边栏 @selectType 处理器从空函数改为 handleSelectType
- 之前点击左侧分类列表无任何反应,现已修复
This commit is contained in:
bwstudio
2026-06-11 20:22:58 +08:00
parent fde86b90d2
commit 0a85f99d3a
+1 -1
View File
@@ -28,7 +28,7 @@
<AppSidebar
:types="allTypes"
:current-type="null"
@selectType="() => {}"
@selectType="handleSelectType"
@random="handleRandom"
/>
</div>