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

Commit d697a92

Browse files
authored
Update README.md
1 parent 88587a9 commit d697a92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ components: {
4646
</tab-content>
4747
</form-wizard>
4848
```
49-
# Props
50-
## Form Wizard props
49+
## Props
50+
### Form Wizard props
5151
```js
5252
props: {
5353
title: {
@@ -112,7 +112,7 @@ props: {
112112
}
113113
```
114114

115-
## Tab content props
115+
### Tab content props
116116
```js
117117
props: {
118118
title: {
@@ -136,7 +136,7 @@ props: {
136136
}
137137
}
138138
```
139-
## Events
139+
### Events
140140
Vue-form-wizard emits certain events when certain actions happen inside the component. The events can be noticed in some of the demos and especially in the [async validation demo](https://jsfiddle.net/bt5dhqtf/272/)
141141
* **on-complete** Called when the finish button is clicked and the `before-change` for the last step (if present) was executed. No params are sent together with this event. `this.$emit('on-complete')`
142142
* **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)`

0 commit comments

Comments
 (0)