summaryrefslogtreecommitdiffstats
path: root/src/views/Home.vue
diff options
context:
space:
mode:
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 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 }