Skip to content

Commit

Permalink
fix: menu overflowedIndicator not work
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed Nov 3, 2020
1 parent a007b47 commit 689113b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ const Menu = defineComponent({
menuProps.openKeys = [];
}

return <VcMenu {...menuProps} class={menuClassName} />;
return <VcMenu {...menuProps} class={menuClassName} vSlots={omit(this.$slots, ['defalut'])} />;
},
});

Expand Down

0 comments on commit 689113b

Please sign in to comment.