fix: 调整视图层数据更新频率 减少卡顿

This commit is contained in:
ZiuChen 2022-09-16 10:11:18 +08:00
parent 571e5606f9
commit e0e2eddf96

View File

@ -219,7 +219,7 @@ onMounted(() => {
updateShowList(activeTab.value) updateShowList(activeTab.value)
prev = now prev = now
} }
}, 500) }, 800)
// //
watch(filterText, (val) => updateShowList(activeTab.value)) watch(filterText, (val) => updateShowList(activeTab.value))