Skip to content

Commit caea72e

Browse files
authored
fix on-change example
1 parent 70b6c12 commit caea72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/md/OnChange.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is very useful when integrating with Vuex, as it will allow your to trigger
1010
</div>
1111

1212
```html
13-
<v-select v-on:change="consoleCallback" :options="countries"></v-select>
13+
<v-select :on-change="consoleCallback" :options="countries"></v-select>
1414
```
1515

1616
```js

0 commit comments

Comments
 (0)