1
0
Fork 0
mirror of https://github.com/TheThomaas/my-online-cookbook.git synced 2026-01-10 20:01:47 +00:00

debugging search on iOS

This commit is contained in:
Maël Brunet 2021-06-01 19:21:37 +02:00
parent 8171333d48
commit 675fcb8eae

View file

@ -20,6 +20,7 @@
});
}
" @input="
console.log(searchInput);
matches = [];
if (searchInput.length < 3) { return };