Vue component --> <template> <div> <multiselect v-model="value" :options="options"></multiselect> </div> </template> ... The options prop must be an Array .
確定! 回上一頁