diff --git a/src/components/Menu.vue b/src/components/Menu.vue index 82c927e..e64ff29 100644 --- a/src/components/Menu.vue +++ b/src/components/Menu.vue @@ -129,7 +129,6 @@ function toggleExpand() { } function isCurrent(navItem) { - console.log(navItem); if (navItem.path) { return navItem.path === route.path; }