Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 04608ac

Browse files
authored
Update README.md
1 parent c809f49 commit 04608ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Other demos:
3232
* [Vuelidate integration](https://jsfiddle.net/CristiJ/bt5dhqtf/1119/)
3333
* [Dynamic components for tabs](https://jsfiddle.net/bt5dhqtf/973/)
3434
* [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
3636
* [Animations with animate.css](https://jsfiddle.net/bt5dhqtf/1478/)
3737
* [Fancy step animations with lottie](https://codesandbox.io/s/3y0voo2oxp)
3838

0 commit comments

Comments
 (0)