diff --git a/docs/components/Examples.vue b/docs/components/Examples.vue index c3208d5..819005c 100644 --- a/docs/components/Examples.vue +++ b/docs/components/Examples.vue @@ -122,7 +122,7 @@
+<v-select v-on:change="consoleCallback" :options="countries"></v-select>
<v-select :on-change="consoleCallback" :options="countries"></v-select>
methods: { consoleCallback(val) { console.dir(JSON.stringify(val)) diff --git a/docs/md/OnChange.md b/docs/md/OnChange.md index 4b3ad49..073e414 100644 --- a/docs/md/OnChange.md +++ b/docs/md/OnChange.md @@ -10,7 +10,7 @@ This is very useful when integrating with Vuex, as it will allow your to trigger