Skip to content

Commit

Permalink
[#131] fix active icon in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreezag committed Jun 6, 2024
1 parent c6634a8 commit 93fab43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/ui/layout-sidebar/layout-sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const logout = () => {
router.push("/login");
};
const { path } = useRoute();
const path = computed(() => useRoute().path);
</script>

<template>
Expand Down

0 comments on commit 93fab43

Please sign in to comment.