Skip to content

Commit

Permalink
fix: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhsanf committed Nov 16, 2021
1 parent 89bc9af commit 05cbb67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/VMenu/VMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ const textColor = computed(() =>
);
const openClass = (isOpen: boolean) => {
console.log(classMenuParent.value)
if (dark.value) {
return isOpen ? `${classMenuParent.value}` : '';
}
Expand Down

0 comments on commit 05cbb67

Please sign in to comment.