vuejs/vue-rx

Can a non-child components be a observable

akolnati opened this issue · 1 comments

I have a usecase where a key input event within a component needs to be observed from a non child (sibling) component. Is this even possible without emitting event like vm.$emit

regou commented

Cross sibling communication is an uni-directional thing. Use vuex or create an observable stream from their common parent component