From 24770c4e2f95528c50dae6c91ee35dc2818a57b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9C=81=E9=95=BF?= <2393584716@qq.com> Date: Sat, 18 Dec 2021 16:14:21 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=82=E6=95=B0=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E9=94=99=E8=AF=AF=20isHtmlFangement=20->=20isHtmlFrag?= =?UTF-8?q?ment=20=E5=8F=82=E6=95=B0=20isHtmlFangement=20=E6=97=A0?= =?UTF-8?q?=E6=95=88=EF=BC=8C=E8=B7=9F=E8=B8=AA=E6=BA=90=E7=A0=81=E5=8F=91?= =?UTF-8?q?=E7=8E=B0=E6=98=AF=20isHtmlFragment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8217a7..6c785eb 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,6 @@ const openModal = function () { | btnAlign | 按钮布局 | `l` `r` `c` | | anim | 入场动画 | `0` `-` `6` | | isOutAnim | 关闭动画 | `true` `false` | -| isHtmlFangement | 支持 html 解析 | `false` layer.msg / layer.open .. 使用 | +| isHtmlFragment | 支持 html 解析 | `false` layer.msg / layer.open .. 使用 | -- Gitee