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