vue-rx
vue-rx copied to clipboard
Can a non-child components be a observable
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
Cross sibling communication is an uni-directional thing. Use vuex or create an observable stream from their common parent component