Please provide a key in you v-for. see code below <div v-for="(demand,index) in form.demand" :key="index"> <div>{{demand.name}}</div> ...
確定! 回上一頁