typo fix
This commit is contained in:
parent
4c20387a3f
commit
a9341a5877
@ -406,8 +406,8 @@ const handleInputChange = () => {
|
||||
debounceFetchSearch()
|
||||
}
|
||||
|
||||
watch(url, () => {
|
||||
if (url.value.length === 0 || !url.value) {
|
||||
watch(search, () => {
|
||||
if (search.value.length === 0 || !search.value) {
|
||||
searchActive.value = false;
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user