mirror of
https://github.com/TheThomaas/my-online-cookbook.git
synced 2026-01-11 04:11:47 +00:00
debugging search on iOS
This commit is contained in:
parent
8171333d48
commit
675fcb8eae
|
|
@ -20,6 +20,7 @@
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
" @input="
|
" @input="
|
||||||
|
console.log(searchInput);
|
||||||
matches = [];
|
matches = [];
|
||||||
|
|
||||||
if (searchInput.length < 3) { return };
|
if (searchInput.length < 3) { return };
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue