Skip to content
Advertisement

Tag: vuejs2

Communication between sibling components in Vue.js 2.0

Overview In Vue.js 2.x, model.sync will be deprecated. So, what is a proper way to communicate between sibling components in Vue.js 2.x? Background As I understand Vue.js 2.x, the preferred method for sibling communication is to use a store or an event bus. According to Evan (creator of Vue.js): It’s also worth mentioning “passing data between components” is generally a

Advertisement