break down search component into smaler components

This commit is contained in:
geoffrey45
2022-01-23 10:27:39 +03:00
parent 7945c04a06
commit 7689f13fdc
16 changed files with 596 additions and 469 deletions
-1
View File
@@ -14,7 +14,6 @@ async function search(query) {
}
const data = await res.json();
console.log(data.data[1]);
state.loading.value = false;