From 8ed6616767eb14cdcdf7920ed2ab109b78ed4dfc Mon Sep 17 00:00:00 2001 From: Cristi Jora Date: Tue, 25 Apr 2017 13:53:38 +0300 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9b59ac6..565e545 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,6 @@ Vue-form-wizard emits certain events when certain actions happen inside the comp * **on-loading** Called whenever an async `before-change` is executed. This event is emitted before executing `before-change` and after finishing execution of `before-change` method. `on-loading` is emitted together with a Boolean value. `this.$emit('on-loading', value)` * **on-validate** Called whenever the execution of a `before-change` method is completed. The event sends along a Boolean which represents the validation result as well as an int with te tab index. `this.$emit('on-validate', validationResult, this.activeTabIndex)` -``` # Slots * **Default** - Used for tab-contents * **title** - Upper title section including sub-title