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