From 393602474ab7b36ba7b84d3250637464a5c7c1dc Mon Sep 17 00:00:00 2001 From: Anne_LXM Date: Fri, 4 Nov 2022 18:03:32 +0800 Subject: [PATCH] =?UTF-8?q?cell=E6=96=B0=E5=A2=9Erender-reverse-position?= =?UTF-8?q?=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/cell.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/component/cell.md b/docs/component/cell.md index 1567fc0db..0858351eb 100644 --- a/docs/component/cell.md +++ b/docs/component/cell.md @@ -19,6 +19,8 @@ Cell 支持添加任意类型的组件作为自己的子组件,但是请不要 - recycle boolean, 默认值 true。这个属性控制这个 Cell 的 view 和子 views 是否在列表滚动时进行回收,在 iOS 上通常必须指定为 true (因为默认为 true,所以一般不需要写这个属性),如果设置为 false,列表滚动时,页面会占用非常高的内存。Android上默认是true,设置为false可以防止Image和Text上数据重新绑定。 +- render-reverse-position boolean, 默认值 false。定义开始渲染的位置,需搭配list的属性`render-reverse`共同使用,单独配置不起作用。HBuilderX3.6.9+支持。 + #### 样式 - 通用样式. [详见](https://uniapp.dcloud.net.cn/tutorial/nvue-css.html) -- GitLab