feat(滚动): 添加分类切换时重置虚拟滚动位置功能

添加 scrollKey 属性到 AppGrid 组件,当分类变化时自动重置滚动位置
添加相关单元测试验证滚动重置功能
This commit is contained in:
2026-04-10 16:17:38 +08:00
parent 4a2cbe1f2a
commit 1d51f38e64
3 changed files with 123 additions and 1 deletions
+1
View File
@@ -60,6 +60,7 @@
<AppGrid
:apps="filteredApps"
:loading="loading"
:scroll-key="activeCategory"
:store-filter="storeFilter"
@open-detail="openDetail"
/>