First change :model to v-model= , which is the syntax for Vue's built-in default model binding: v-model="item.progress". Now the item.progress property will ...
確定! 回上一頁