mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-08 06:16:18 +08:00
chore: 移除多余日志输出
This commit is contained in:
parent
3fab5bfbd3
commit
64b1e8722b
@ -108,10 +108,7 @@ onMounted(() => {
|
||||
}, 500)
|
||||
|
||||
// 监听搜索框
|
||||
watch(filterText, (val) => {
|
||||
console.log(val)
|
||||
updateShowList(activeTab.value)
|
||||
})
|
||||
watch(filterText, (val) => updateShowList(activeTab.value))
|
||||
|
||||
// 列表懒加载
|
||||
document.addEventListener('scroll', (e) => {
|
||||
@ -148,7 +145,6 @@ onMounted(() => {
|
||||
} else if (isSearch) {
|
||||
document.querySelector('input').focus()
|
||||
} else if (isExit) {
|
||||
console.log('isExit')
|
||||
filterText.value = ''
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user