The slot method mounts a component onto a given parent node at a specified <slot>. I think a better name for this would be mount.
The actual slot should find a slot within this component and populate it with the given component.
Would be breaking change.
The
slotmethod mounts a component onto a given parent node at a specified<slot>. I think a better name for this would bemount.The actual
slotshould find a slot within this component and populate it with the given component.Would be breaking change.