[Vuejs]-How to change html blocks at vuejs parent app?

1👍

Accordingly vuejs recommendations, a child component should never change it’s parent, instead you can use events or vuex, and then your header will behave accordingly.

https://v2.vuejs.org/v2/style-guide/#Implicit-parent-child-communication-use-with-caution

Leave a comment