From fab03fac0c1f5bd5c99dd7d0053544ca2ec10022 Mon Sep 17 00:00:00 2001 From: vrifox Date: Thu, 6 Jul 2023 18:46:38 +0200 Subject: [PATCH] search as separate component --- src/App.vue | 6 ++---- src/components/SearchBar.vue | 39 ++------------------------------- src/components/TheSearch.vue | 42 ++++++++++++++++++++++++++++++++++++ src/views/TheLanding.vue | 3 ++- src/views/TheTopics.vue | 2 ++ 5 files changed, 50 insertions(+), 42 deletions(-) create mode 100644 src/components/TheSearch.vue diff --git a/src/App.vue b/src/App.vue index 5aa1561..d5fde62 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,6 @@ \ No newline at end of file diff --git a/src/components/TheSearch.vue b/src/components/TheSearch.vue new file mode 100644 index 0000000..4f50965 --- /dev/null +++ b/src/components/TheSearch.vue @@ -0,0 +1,42 @@ + + + \ No newline at end of file diff --git a/src/views/TheLanding.vue b/src/views/TheLanding.vue index f76a7d5..3bf0244 100644 --- a/src/views/TheLanding.vue +++ b/src/views/TheLanding.vue @@ -1,6 +1,7 @@ \ No newline at end of file diff --git a/src/views/TheTopics.vue b/src/views/TheTopics.vue index 0613a95..f322edf 100644 --- a/src/views/TheTopics.vue +++ b/src/views/TheTopics.vue @@ -1,9 +1,11 @@