Open trydofor opened 7 months ago
ES6
CustomEvent extends DOM Event
VUE
Unlike native DOM events, component emitted events do not bubble. You can only listen to the events emitted by a direct child component. If there is a need to communicate between sibling or deeply nested components, use an external event bus or a global state management solution.