element [feature request] vue2.6.0 slot update replaces slot and slot scope

mo49yndu  于 4个月前  发布在  其他
关注(0)|答案(2)|浏览(82)

Existing Component

Component Name

el-input

Description

https://vuejs.org/v2/api/#vm-scopedSlots
用 v-slot 指令加suffix具名插槽,suffix 会在 $scopedSlots 中,而不在 $slots,这个判断逻辑会造成 v-slot 指令 添加的插槽内容不显示

slhcrj9b

slhcrj9b1#

Translation of this issue:

Existing Component

yes

Component Name

el-input

Description

https://vuejs.org/v2/api/#vm -scopedSlots

If you add suffix named slot with V-slot instruction, suffix will be in $scoped slots instead of $slots. This judgment logic will cause the slot content added by V-slot instruction not to be displayed

mm9b1k5b

mm9b1k5b2#

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

相关问题