This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
Vue.js Watchers and the Activated Hook
In this lesson, we'll bring your attention to one situation that we're facing since we're preserving the component state with the keep-alive component. We're presenting two solutions to the same problem.
Please note that it's up to you to decide your forms behaviour. This is a nice tool to have in your vue.js toolbelt if you ever need to update the child component's data when the value of a prop or data changes.