Appearance
wizard-manager
Props
| Prop name | Description | Type | Values | Default |
|---|---|---|---|---|
| modelValue | Starting step index (zero-based). is 0 by default. be careful to not set this below 0; | number | - | |
| lazy | Accessed 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 | - | |
| reactiveData | The data that is used as initial data and reset. it should be a reactive object. | object | - |