From f9bab3bdfc89b371a78314ce7d85c4bb404d3f20 Mon Sep 17 00:00:00 2001 From: samaradel Date: Tue, 1 Dec 2020 16:45:59 +0200 Subject: [PATCH] Fix dropdown behavior --- src/layouts/partials/Navbar.vue | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/src/layouts/partials/Navbar.vue b/src/layouts/partials/Navbar.vue index eb4c9cd3d..e83365773 100644 --- a/src/layouts/partials/Navbar.vue +++ b/src/layouts/partials/Navbar.vue @@ -109,7 +109,10 @@
All - {{ edge.node.title }}{{ edge.node.title }}
All - {{ edge.node.title }}{{ edge.node.title }}
@@ -271,6 +276,7 @@ export default { }, setActive(index) { this.active = index; + this.open = !this.open; }, },