DEV Community

Vue.js: Sharing data between components with Vue.observable()

Andrei Gatej on April 23, 2019

While I was working on a project, I found myself in a tricky situation.(You can find the project here) I needed to find a way to share data betwee...
Collapse
 
cecilphillip profile image
Cecil L. Phillip šŸ‡¦šŸ‡¬

Nice post. I've been looking for a simple examples/use case for Vue.observable()
Thanks for writing this up

Collapse
 
anduser96 profile image
Andrei Gatej

Thanks! I’m really glad you found this useful!

Collapse
 
danielelkington profile image
Daniel Elkington

Very interesting solution - thanks for sharing!

Collapse
 
anduser96 profile image
Andrei Gatej

Thanks for the feedback!