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