Skip to content

Commit

Permalink
Remove Log
Browse files Browse the repository at this point in the history
  • Loading branch information
jphetphoumy committed May 6, 2024
1 parent 59ff7df commit ee51f7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const props = defineProps<{
const route = useRoute();
const isActive = (href: string) => {
console.log(route);
if (href === '/') {
return route.path === '/';
}
Expand Down

0 comments on commit ee51f7e

Please sign in to comment.