fix: 修复左侧大屏 AppSidebar 点击分类无响应
- 左侧大屏侧边栏 @selectType 处理器从空函数改为 handleSelectType - 之前点击左侧分类列表无任何反应,现已修复
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@
|
||||
<AppSidebar
|
||||
:types="allTypes"
|
||||
:current-type="null"
|
||||
@selectType="() => {}"
|
||||
@selectType="handleSelectType"
|
||||
@random="handleRandom"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user