diff --git a/runtime/vdom/AsyncVDOMBuilder.js b/runtime/vdom/AsyncVDOMBuilder.js index 0a718d6e1..21711aba7 100644 --- a/runtime/vdom/AsyncVDOMBuilder.js +++ b/runtime/vdom/AsyncVDOMBuilder.js @@ -314,6 +314,6 @@ proto.e = proto.element; proto.be = proto.beginElement; proto.ee = proto.endElement; proto.t = proto.text; -proto.h = proto.write = proto.html; +proto.h = proto.w = proto.write = proto.html; module.exports = AsyncVDOMBuilder;