diff --git a/src/App.vue b/src/App.vue index d5fde62..15857df 100644 --- a/src/App.vue +++ b/src/App.vue @@ -26,7 +26,7 @@ onMounted (async () => { -
+
diff --git a/src/components/SearchBar.vue b/src/components/SearchBar.vue index 8328eff..4101cfe 100644 --- a/src/components/SearchBar.vue +++ b/src/components/SearchBar.vue @@ -3,5 +3,7 @@ import TheSearch from '@/components/TheSearch.vue'; \ No newline at end of file diff --git a/src/components/TheSearch.vue b/src/components/TheSearch.vue index 4f50965..c470036 100644 --- a/src/components/TheSearch.vue +++ b/src/components/TheSearch.vue @@ -10,7 +10,7 @@ onUpdated(() => updateSearch(searchValue, searchType)); \ No newline at end of file