From 0c3bbfe18f374dd07485ebdcb011897cc1feb708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Pocrnji=C4=8D?= Date: Fri, 22 Nov 2024 16:05:35 +0100 Subject: [PATCH] test 1 --- resources/js/Layouts/AppLayout.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/resources/js/Layouts/AppLayout.vue b/resources/js/Layouts/AppLayout.vue index 90c8dde..732fc69 100644 --- a/resources/js/Layouts/AppLayout.vue +++ b/resources/js/Layouts/AppLayout.vue @@ -29,14 +29,10 @@ const logout = () => { router.post(route('logout')); }; -const setRoute = (index) => { - return route('client.show', index); -} - const onSearchFocus = () => { - if(querySearch.value.length > 0) { + //if(querySearch.value.length > 0) { querySearchList.value = false; - } + //} } const onSearchBlue = () => {