Skip to content

Commit

Permalink
fix(components): fix click MenuToggler throw error
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jun 21, 2024
1 parent 2bc0b96 commit 455880b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/common/menu-toggler.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const icon = computed(() => {
:key="String(collapsed)"
:tooltip-content="collapsed ? $t('icon.expand') : $t('icon.collapse')"
tooltip-placement="bottomLeft"
trigger-parent
>
<SvgIcon :icon="icon" />
</ButtonIcon>
Expand Down

0 comments on commit 455880b

Please sign in to comment.