Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can a non-child components be a observable #64

Open
akolnati opened this issue Dec 22, 2017 · 1 comment
Open

Can a non-child components be a observable #64

akolnati opened this issue Dec 22, 2017 · 1 comment

Comments

@akolnati
Copy link

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
Copy link
Collaborator

regou commented Dec 22, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants