搜索框打开后的focus不生效

This commit is contained in:
bob
2025-02-21 23:14:53 +08:00
parent dec5319efd
commit f1f4bb41e8

View File

@@ -32,9 +32,9 @@ const onShowComponents = () => {
}
const onOpen = () => {
nextTick(() => {
setTimeout(() => {
inputRef.value?.focus()
})
}, 50)
}
const onShowContactCard = (contactInfo) => {