我正在尝试在我的Vue 1项目中使用此plugin进行多选。 我在我的组件中使用它,就像它在文档中所说的那样使用它:
<v-select v-model="player.position" :options="['dm','rm']"></v-select>
但是,我收到了这个警告:
[Vue warn]: v-model does not support element type: DIV (found in component: <player-info>)
我做错了什么?