You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ Other demos:
24
24
*[Call a function before tab switch](https://jsfiddle.net/bt5dhqtf/105/)
25
25
*[Complete form example](https://jsfiddle.net/CristiJ/bt5dhqtf/286/) integrated with [vue-form-generator](https://github.com/icebob/vue-form-generator)
26
26
*[Element UI form integration](https://jsfiddle.net/bt5dhqtf/409/)
*[Dynamic components for tabs](https://jsfiddle.net/bt5dhqtf/973/)
27
29
*[Vue router integration](https://jsfiddle.net/bt5dhqtf/267/) You can place a `router-view` inside the wizard and have a separate page per tab. A `route` prop must be passed to the tabs you want to handle certain tabs
28
30
*[Async validation with error message](https://jsfiddle.net/CristiJ/bt5dhqtf/298/)`before-change` prop can accept a promise that is resolved with `true` which will execute the promise before switching to another step/tab (NOTE: This feature is not present in the npm package yet)
Copy file name to clipboardexpand all lines: docs/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -234,6 +234,8 @@ Other demos:
234
234
*[Call a function before tab switch](https://jsfiddle.net/bt5dhqtf/105/)
235
235
*[Complete form example](https://jsfiddle.net/CristiJ/bt5dhqtf/286/) integrated with [vue-form-generator](https://github.com/icebob/vue-form-generator)
236
236
*[Element UI form integration](https://jsfiddle.net/bt5dhqtf/409/)
*[Dynamic components for tabs](https://jsfiddle.net/bt5dhqtf/973/)
237
239
*[Vue router integration](https://jsfiddle.net/bt5dhqtf/267/) You can place a `router-view` inside the wizard and have a separate page per tab. A `route` prop must be passed to the tabs you want to handle certain tabs
238
240
*[Async validation with error message](https://jsfiddle.net/CristiJ/bt5dhqtf/298/)`before-change` prop can accept a promise that is resolved with `true` which will execute the promise before switching to another step/tab (NOTE: This feature is not present in the npm package yet)
239
241
*[Customized buttons with scoped slot](https://jsfiddle.net/bt5dhqtf/717/)
0 commit comments