diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2021-12-13 15:21:21 +0100 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2021-12-13 15:21:21 +0100 |
commit | 98bec5686da0c4b7d0279b94968040b01e3218fa (patch) | |
tree | 1489bbc80965457ba77c06da57ec496802b03c3d /src/views | |
parent | 4b6be9f09ff56dfae1c719cb744f2312e11be317 (diff) | |
download | lom_frontend-98bec5686da0c4b7d0279b94968040b01e3218fa.tar.gz lom_frontend-98bec5686da0c4b7d0279b94968040b01e3218fa.zip |
add group searcher dont work for now
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 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 } |