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.
*[Dynamic components for tabs](https://jsfiddle.net/bt5dhqtf/973/)
34
34
*[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
35
-
*[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)
35
+
*[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
36
36
*[Animations with animate.css](https://jsfiddle.net/bt5dhqtf/1478/)
37
37
*[Fancy step animations with lottie](https://codesandbox.io/s/3y0voo2oxp)
0 commit comments