Let me ask you about something you've probably never thought about:
Is there a way to populate a parent's slot from a child component?
Recently...
For further actions, you may consider blocking this person and/or reporting abuse
Interesting problem!
I’d use
vm.$root.$on
andvm.$root.$emit
to be able to control a component from outside.Now from your child component, where you want to change parent’s data from.