<select2 v-for="item, index in samples" v-model="item" ></select2> data ... Consider using an array of objects and use v-model on an object property instead ...
確定! 回上一頁