pls fix the docs.
Hello it is working for you?
I am looking for how to set value selected in edit form.
use v-model="selected" just like README said.
It's worth noting that using v-model="selected" will not work properly if you want multiple selection and have set the initial value of selected to null in your data function. The default needs to be [] instead.
Docs have been updated.