mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2025-12-30 11:02:25 +00:00
搜索框打开后的focus不生效
This commit is contained in:
@@ -32,9 +32,9 @@ const onShowComponents = () => {
|
||||
}
|
||||
|
||||
const onOpen = () => {
|
||||
nextTick(() => {
|
||||
setTimeout(() => {
|
||||
inputRef.value?.focus()
|
||||
})
|
||||
}, 50)
|
||||
}
|
||||
|
||||
const onShowContactCard = (contactInfo) => {
|
||||
|
||||
Reference in New Issue
Block a user