perf(compiler): minor perf tweaks

This commit is contained in:
Evan You
2019-11-15 16:47:55 -05:00
parent 4fef8f342a
commit 51d57b4566
4 changed files with 4 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ return function render() {
_createVNode(\\"div\\", { innerHTML: html }, null, 8 /* PROPS */, [\\"innerHTML\\"]),
_createVNode(\\"div\\", null, \\"test\\"),
_createVNode(\\"div\\", { style: _hoisted_1 }, \\"red\\"),
_createVNode(\\"div\\", { style: {color: 'green'}}, null, 4 /* STYLE */)
_createVNode(\\"div\\", { style: {color: 'green'} }, null, 4 /* STYLE */)
]))
}
}"