From 8a4226fa792a4618252fc4934fb6ee83b393698e Mon Sep 17 00:00:00 2001 From: DCloud_iOS_XHY Date: Fri, 16 Aug 2024 18:00:34 +0800 Subject: [PATCH] Update list-item.md --- docs/component/list-item.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/list-item.md b/docs/component/list-item.md index a03acf7e..d6834c69 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 显示顺序错乱的问题; -- GitLab