diff --git a/docs/component/list-item.md b/docs/component/list-item.md index a03acf7ef84ed0d3e52d021d74465d6cf3c910ce..d6834c6906039b90fe110ab98bd58712ade7573f 100644 --- a/docs/component/list-item.md +++ b/docs/component/list-item.md @@ -41,7 +41,7 @@ **注意:** 1. 避免对list-item组件的子元素设置event事件,复用后list-item组件部分子元素可能无法正常响应event,有相关业务需要对子元素设置event事件,可对list-item组件设置独立的type实现不复用。 -2. App-iOS平台 使用 v-for 遍历集合方式创建 list-item 时,需要写 :key 并要保证值唯一,不要使用 index,否则可能会引起 list-item 显示顺序错乱的问题; +2. App-iOS平台 4.25 版本开始支持复用,使用 v-for 遍历集合方式创建 list-item 时,需要**绑定 :key 并要保证值唯一**,最好不要使用 index,否则可能会引起 list-item 显示顺序错乱的问题;