Open
Description
Style guide:
https://vuejs.org/v2/style-guide/#Implicit-parent-child-communication-use-with-caution
Description:
This rule would disallow usage of this.$parent
in vue components. It is recommend to use props instead.
There are few cases when it's better to use this.$parent
though, but it's better to make a conscious decision after seeing a warning than directly relying on parent.