Multi-step Form Wizard
These examples showcases a simple multi-step form (form wizard), with next
and previous
step navigation.
Higher Order Components
This example uses the higher-order components only, and uses the v-model
to assign initial values to the steps during next/previous
cycle.
Composition API
This example uses the composition API for the form itself, and thus doesn't need to use v-model
to persist the steps values.