Closed
Description
Version
3.0.7
Reproduction link
Steps to reproduce
Please see minimal reproduction. When emits
prop is set with "test1" the onTest1
function is removed from $attrs
, so it is not possible to pass it down to a child-component, or not possible to properly use the recommended documentation what is emitted within the scope of the current component.
What is expected?
shouldn't delete emit function (onTest1) from $attrs
(especially when using inheritAttrs: false)
What is actually happening?
emit is deleted for children component and not possible to pass it down.
Metadata
Metadata
Assignees
Labels
No labels