mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +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>
|
</div>
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<v-select v-on:change="consoleCallback" :options="countries"></v-select>
|
<v-select :on-change="consoleCallback" :options="countries"></v-select>
|
||||||
```
|
```
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|||||||
Reference in New Issue
Block a user