Vue 1 -v-model不支持元素类型:DIV

时间:2017-10-02 19:02:41

标签: vue.js

我正在尝试在我的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>)

我做错了什么?

0 个答案:

没有答案