vue删除数组的某个元素

 

解决方法:

下面演示数组中元素数据格式是json

1.vue页面

<template v-for="(endTip,i) in dataItem.settings.endTips">

<i @click="delEndTips(endTip)" class="glyphicon glyphicon-remove-circle"></i>

</template>

 

2.js删除方法

delEndTips:http://www.yayihouse.com/yayishuwu/chapter/2319

Logo

前往低代码交流专区

更多推荐