wip(ssr): basic element hydration
This commit is contained in:
@@ -7,7 +7,7 @@ return function render(_ctx, _cache) {
|
||||
with (this) {
|
||||
const { vShow: _vShow, createVNode: _createVNode, withDirectives: _withDirectives, openBlock: _openBlock, createBlock: _createBlock } = _Vue
|
||||
|
||||
return _withDirectives((_openBlock(), _createBlock(\\"div\\", null, null, 32 /* NEED_PATCH */)), [
|
||||
return _withDirectives((_openBlock(), _createBlock(\\"div\\", null, null, -1 /* NEED_PATCH */)), [
|
||||
[_vShow, a]
|
||||
])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user