update route methods

This commit is contained in:
Dede Fuji Abdul
2023-10-19 16:38:43 +07:00
parent f336f51887
commit db38765126
6 changed files with 93 additions and 30 deletions

View File

@ -21,7 +21,6 @@ const router = useRouter()
watch(route, (to, _) => {
menu.menuSelected = to.fullPath
console.log('path', menu.menuSelected);
closeSideBar()
})