summaryrefslogtreecommitdiffstats
path: root/src/views/Home.vue
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2021-12-13 15:21:21 +0100
committerjdlugosz963 <jdlugosz963@gmail.com>2021-12-13 15:21:21 +0100
commit98bec5686da0c4b7d0279b94968040b01e3218fa (patch)
tree1489bbc80965457ba77c06da57ec496802b03c3d /src/views/Home.vue
parent4b6be9f09ff56dfae1c719cb744f2312e11be317 (diff)
downloadlom_frontend-98bec5686da0c4b7d0279b94968040b01e3218fa.tar.gz
lom_frontend-98bec5686da0c4b7d0279b94968040b01e3218fa.zip
add group searcher dont work for now
Diffstat (limited to 'src/views/Home.vue')
-rw-r--r--src/views/Home.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Home.vue b/src/views/Home.vue
index abf6fc8..5355520 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -38,7 +38,7 @@ export default {
38 }, 38 },
39 39
40 toogleSearcherShow() { this.popups.searcher_show = !this.popups.searcher_show }, 40 toogleSearcherShow() { this.popups.searcher_show = !this.popups.searcher_show },
41 hideSearcher() { this.popups.searcher_show = false }, 41 hideSearcher() { this.popups.searcher_show = true },
42 42
43 toogleGroupShow() { this.popups.group_maker_show = !this.popups.group_maker_show }, 43 toogleGroupShow() { this.popups.group_maker_show = !this.popups.group_maker_show },
44 hideGroup() { this.popups.group_maker_show = false } 44 hideGroup() { this.popups.group_maker_show = false }