Slot-scope places slots in multiple places in the child component, and when called in the parent component, only the last slot is displayed.

subcomponents
clipboard.png

clipboard.png

clipboard.png

Jun.24,2022

because you are using the default slot, you should use a named slot when the subcomponent needs to use a slot in more than one place. For example, < slot name= "head": tips= "item.id" > , < slot name= "body": content= "item.labels" >
ide/components-slots.html" rel=" nofollow noreferrer "> vue slot

Menu