From fd3b57c77e698e4dfb32aaf8e27ce0c2e957e097 Mon Sep 17 00:00:00 2001 From: FEARmeR Date: Sat, 20 May 2023 15:26:24 +0100 Subject: [PATCH] Better search appearance --- .../Sections/PresentationSearch.vue | 49 ++++++++++++++++--- 1 file changed, 43 insertions(+), 6 deletions(-) diff --git a/src/views/Presentation/Sections/PresentationSearch.vue b/src/views/Presentation/Sections/PresentationSearch.vue index 012ada6..1a3a62a 100644 --- a/src/views/Presentation/Sections/PresentationSearch.vue +++ b/src/views/Presentation/Sections/PresentationSearch.vue @@ -3,6 +3,7 @@ import { onMounted, onUnmounted } from "vue"; import axios from 'axios'; import { ref } from "vue"; + const searchQuery = ref(''); const searchResultProjects = ref([]); const searchResultUsers = ref([]); @@ -27,9 +28,12 @@ const search = async () => { \ No newline at end of file