0👍
It may depend on where this other component with the this.$root.$emit
event lives. I’d check out Vue’s doc recommendation about utilizing a central event hub so that component ancestry isn’t a limiting factor:
https://v2.vuejs.org/v2/guide/migration.html#dispatch-and-broadcast-replaced
Source:stackexchange.com