feat: 暂存

pull/26/head
lizijiee 1 year ago
parent 0023764a99
commit e2a94f5857

@ -147,7 +147,7 @@ function setShowSearch(value: boolean) {
const inputHandler = debounce((word) => { const inputHandler = debounce((word) => {
searchKeyword.value = word searchKeyword.value = word
console.log(22222) console.log(22222);
(packageListRef.value as any).search(word); (packageListRef.value as any).search(word);
}, 500); }, 500);
</script> </script>

Loading…
Cancel
Save