diff --git a/src/components/SubNavigation.vue b/src/components/SubNavigation.vue index b1533b6..a2049a9 100644 --- a/src/components/SubNavigation.vue +++ b/src/components/SubNavigation.vue @@ -51,6 +51,7 @@ const toPage = path => { return } window.location.href = p + drawer.value = false } const hidePanel = event => { diff --git a/src/components/Top.vue b/src/components/Top.vue index 455c0df..7e4f0f7 100644 --- a/src/components/Top.vue +++ b/src/components/Top.vue @@ -81,6 +81,7 @@ const toPage = path => { return } window.location.href = p + drawer.value = false } const hidePanel = event => {