mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-07-07 02:02:44 +08:00
fix: 调整视图层数据更新频率 减少卡顿
This commit is contained in:
parent
571e5606f9
commit
e0e2eddf96
@ -219,7 +219,7 @@ onMounted(() => {
|
||||
updateShowList(activeTab.value)
|
||||
prev = now
|
||||
}
|
||||
}, 500)
|
||||
}, 800)
|
||||
|
||||
// 监听搜索框
|
||||
watch(filterText, (val) => updateShowList(activeTab.value))
|
||||
|
Loading…
x
Reference in New Issue
Block a user