pull/10006/head
Simon Holthausen 3 years ago
parent 22581cd980
commit 382d49a0a4

@ -1683,7 +1683,6 @@ export const template_visitors = {
context.state.template.push(`<!--${node.data}-->`);
},
HtmlTag(node, context) {
console.log('html tag');
context.state.template.push('<!>');
// push into init, so that bindings run afterwards, which might trigger another run and override hydration

Loading…
Cancel
Save