diff --git a/README.md b/README.md index 1f0996b..992f8d1 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Other demos: * [Vuelidate integration](https://jsfiddle.net/CristiJ/bt5dhqtf/1119/) * [Dynamic components for tabs](https://jsfiddle.net/bt5dhqtf/973/) * [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 -* [Async validation with error message](https://jsfiddle.net/CristiJ/bt5dhqtf/298/) `before-change` `beforeChange (): boolean | Promise` can accept a promise that resolves with a boolean. Resolving with a truthy value, will trigger the navigation to next step. Rejecting with a message, will set an internal message that can be handled and displayed if needed. +* [Async validation with error message](https://jsfiddle.net/CristiJ/bt5dhqtf/298/) `before-change` `beforeChange(): boolean | Promise` can accept a promise that resolves with a boolean. Resolving with a truthy value, will trigger the navigation to next step. Rejecting with a message, will set an internal message that can be handled and displayed if needed. * [Animations with animate.css](https://jsfiddle.net/bt5dhqtf/1478/) * [Fancy step animations with lottie](https://codesandbox.io/s/3y0voo2oxp)