How to Watch for Nested Changes in Vue
Vue is a reactive language, meaning when the data changes, we can automatically have that represent itself in the HTML. To help us with this, we can use watchers in vue to watch for a change in data, and then do something to the HTML, or send a messa...
fjolt.hashnode.dev3 min read