diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2021-12-14 06:22:57 +0100 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2021-12-14 06:22:57 +0100 |
commit | 193a6b59425ab45004f4178fc3f5b5bad5b4c660 (patch) | |
tree | 334bdb11345889967c45888bb11a129b03a67697 /src/views | |
parent | 98bec5686da0c4b7d0279b94968040b01e3218fa (diff) | |
download | lom_frontend-193a6b59425ab45004f4178fc3f5b5bad5b4c660.tar.gz lom_frontend-193a6b59425ab45004f4178fc3f5b5bad5b4c660.zip |
make group searcher works
Diffstat (limited to 'src/views')
-rw-r--r-- | src/views/Home.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Home.vue b/src/views/Home.vue index 5355520..abf6fc8 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 = true }, | 41 | hideSearcher() { this.popups.searcher_show = false }, |
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 } |