Tried to replicate the onChange as per the docs but get an error, illustrated in this jsbin. Not sure if I'm doing something wrong per implementation or if its a bug in the module.
http://jsbin.com/lohejec/edit?html,js,output
You're just missing the colon in front of on-change:
<v-select :on-change="consoleCallback" :options="['foo','bar','baz']"></v-select>
There's a typo in the docs there. Will update asap, thanks!
Typo is still in the docs
The doc remain show on-change, angry
The typo is still in there.
^
Typo still in the doc.
Most helpful comment
Typo is still in the docs