From b7a6a5eb46f11f4cf90f4f8198e62948d3506df5 Mon Sep 17 00:00:00 2001 From: linupy Date: Tue, 17 Mar 2020 12:14:58 +0800 Subject: [PATCH] =?UTF-8?q?update=20resources/wxml/elementDescriptions.jso?= =?UTF-8?q?n.=20button=E9=83=A8=E5=88=86=EF=BC=9Afrom-type=20->=20form-typ?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/wxml/elementDescriptions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/wxml/elementDescriptions.json b/resources/wxml/elementDescriptions.json index 12d2cc5..12393c0 100644 --- a/resources/wxml/elementDescriptions.json +++ b/resources/wxml/elementDescriptions.json @@ -1148,7 +1148,7 @@ "description": "名称前是否带 loading 图标" }, { - "key": "from-type", + "key": "form-type", "types": [ "STRING" ], -- Gitee