Skip to content

Commit 689113b

Browse files
committed
fix: menu overflowedIndicator not work
1 parent a007b47 commit 689113b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/menu/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ const Menu = defineComponent({
301301
menuProps.openKeys = [];
302302
}
303303

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

0 commit comments

Comments
 (0)