From b17632fa5e402dd2fec477082a79dd0e5756132b Mon Sep 17 00:00:00 2001 From: handongxun Date: Tue, 18 Jan 2022 14:25:55 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E8=A1=A5=E5=85=85=20nvue=20waterfall?= =?UTF-8?q?=20=E7=BB=84=E4=BB=B6=E6=97=A0=E6=B3=95=E8=A7=A6=E5=8F=91?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E5=88=B7=E6=96=B0=E7=BB=84=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/waterfall.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/component/waterfall.md b/docs/component/waterfall.md index 8ea50bfa5..4f54f1cd8 100644 --- a/docs/component/waterfall.md +++ b/docs/component/waterfall.md @@ -50,6 +50,7 @@ app端nvue专用组件。 - left-gap: [可选]左边cell和列表的间隙. 如果未指定 ,则对应 `0` - right-gap: [可选]右边cell和列表的间隙. 如果未指定,则对应 `0` +- always-scrollable-vertical : `[可选]` 可选值为 true/ false,默认值为 false,iOS 平台,内容不满一屏无法触发下拉刷新时需要设置为true,因为默认子视图高度不超过父视图高度的时候 waterfall 不能滑动 其他支持的属性参见 `` 组件属性部分 -- GitLab