Dynamic Forms with Vue.js

Watch this course for FREE this weekend only.
Create an account to start watching.

or
🚧 NOTICE: You are watching a Vue.js 2 lesson

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.