Skip to content
On this page

wizard-manager

Props

Prop nameDescriptionTypeValuesDefault
modelValueStarting step index (zero-based). is 0 by default. be careful to not set this below 0;number-
lazyAccessed by <wizard-step> component. If set, all the steps are rendered lazily.
Without this, All of the steps will be visible at once.

Default: false
boolean-
reactiveDataThe data that is used as initial data and reset. it should be a reactive object.object-