Skip to content

Commit

Permalink
fix(Menu): tab标签切换选中状态焦点重复. fix #1681
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjue666 committed Oct 20, 2023
1 parent 83aa1da commit 2ec5f63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/SimpleMenu/src/components/SubMenuItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@
return [
`${prefixCls}-submenu`,
{
[`${prefixCls}-item-active`]: state.active,
[`${prefixCls}-opened`]: state.opened,
[`${prefixCls}-submenu-disabled`]: props.disabled,
[`${prefixCls}-submenu-has-parent-submenu`]: unref(getParentSubMenu),
Expand Down

0 comments on commit 2ec5f63

Please sign in to comment.