## 加载更多配合滑动删除 ```html :key="item.id" 必须唯一 不可使用 index ``` ```js // 给数组数据增加一个属性 show 默认为 false data.forEach(item => { item.show = false }) ```