mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-30 10:18:02 +08:00
fix(components): [menu] do not handle resize of child vnode (#6131)
This commit is contained in:
parent
6eb8cfa1ef
commit
8b4d55ff9e
@ -387,7 +387,7 @@ export default defineComponent({
|
||||
'el-menu--collapse': props.collapse,
|
||||
},
|
||||
},
|
||||
[...slot.map((vnode) => resizeMenu(vnode)), ...vShowMore]
|
||||
[...slot, ...vShowMore]
|
||||
)
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user