chore(compiler-core/codegen): avoid generate indent spaces of empty lines. (#701)

This commit is contained in:
djy0
2020-02-10 22:33:04 +08:00
committed by GitHub
parent 42db2fef9d
commit 782db6d7f5
14 changed files with 99 additions and 86 deletions

View File

@@ -9,7 +9,7 @@ const _hoisted_1 = {}
return function render() {
with (this) {
const { createVNode: _createVNode, createBlock: _createBlock, Fragment: _Fragment, openBlock: _openBlock } = _Vue
return (_openBlock(), _createBlock(_Fragment, null, [
_createVNode(\\"div\\", { textContent: text }, null, 8 /* PROPS */, [\\"textContent\\"]),
_createVNode(\\"div\\", { innerHTML: html }, null, 8 /* PROPS */, [\\"innerHTML\\"]),