mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
fix on-change example
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ This is very useful when integrating with Vuex, as it will allow your to trigger
|
||||
</div>
|
||||
|
||||
```html
|
||||
<v-select v-on:change="consoleCallback" :options="countries"></v-select>
|
||||
<v-select :on-change="consoleCallback" :options="countries"></v-select>
|
||||
```
|
||||
|
||||
```js
|
||||
|
||||
Reference in New Issue
Block a user