fix: 移动端 header 点击搜索图标功能异常

This commit is contained in:
CH_122
2025-08-14 21:35:57 +08:00
parent 4f738778db
commit 9ad50b35c9

View File

@@ -110,6 +110,10 @@ watch(selected, (val) => {
selected.value = null
keyword.value = ''
})
defineExpose({
toggle,
})
</script>
<style scoped>