Dynamic Forms with Vue.js - Dynamic Components - Control Child Component Through refs
In this lesson, we'll learn how to control a component through the powerful ref feature of Vue.js.
By assigning a ref to the component, we have full access and control over the step, which is exactly what our mama form needs.