From a4c4a2edbc382479cb59e5c4aeb20594a7026ba7 Mon Sep 17 00:00:00 2001 From: guy Date: Sat, 8 May 2021 22:16:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eh=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/h.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/h.js b/src/core/h.js index a8bf3e29d..fa90dfa6d 100644 --- a/src/core/h.js +++ b/src/core/h.js @@ -14,6 +14,7 @@ BI.h = function (type, props, children) { }, props); } return BI.extend({ + type: type, items: children }, props); }; \ No newline at end of file