From fd79baed6128f885dd25553bfd0f5b75eb02d042 Mon Sep 17 00:00:00 2001 From: advplyr Date: Fri, 19 Nov 2021 10:14:36 -0600 Subject: [PATCH] Add: New search page --- components/app/Appbar.vue | 4 ++ components/ui/TextInput.vue | 37 ++++++++++++++- pages/search.vue | 90 +++++++++++++++++++++++++++++++++++++ 3 files changed, 129 insertions(+), 2 deletions(-) create mode 100644 pages/search.vue diff --git a/components/app/Appbar.vue b/components/app/Appbar.vue index f1ffef53..21b59d65 100644 --- a/components/app/Appbar.vue +++ b/components/app/Appbar.vue @@ -24,6 +24,10 @@ + + search + +
menu
diff --git a/components/ui/TextInput.vue b/components/ui/TextInput.vue index d86bf121..ed37523c 100644 --- a/components/ui/TextInput.vue +++ b/components/ui/TextInput.vue @@ -1,5 +1,10 @@ + + \ No newline at end of file