"import { template as _template, children as _children, createTextNode as _createTextNode, insert as _insert, effect as _effect, setText as _setText } from 'vue/vapor';
export function render(_ctx) {
- const t0 = _template(\\"<div>count is <!>.</div>\\")
+ const t0 = _template("<div>count is <!>.</div>")
const n0 = t0()
const { 0: [n3, { 1: [n2],}],} = _children(n0)
const n1 = _createTextNode(_ctx.count)
"import { template as _template, children as _children, effect as _effect, setAttr as _setAttr } from 'vue/vapor';
export function render(_ctx) {
- const t0 = _template(\\"<div></div>\\")
+ const t0 = _template("<div></div>")
const n0 = t0()
const { 0: [n1],} = _children(n0)
_effect(() => {
- _setAttr(n1, \\"id\\", undefined, _ctx.id)
+ _setAttr(n1, "id", undefined, _ctx.id)
})
return n0
}"
"import { template as _template } from 'vue/vapor';
export function render(_ctx) {
- const t0 = _template(\\"<div>test</div>\\")
+ const t0 = _template("<div>test</div>")
const n0 = t0()
return n0
}"
"import { template as _template, children as _children, effect as _effect, setHtml as _setHtml } from 'vue/vapor';
export function render(_ctx) {
- const t0 = _template(\\"<div></div>\\")
+ const t0 = _template("<div></div>")
const n0 = t0()
const { 0: [n1],} = _children(n0)
_effect(() => {
"import { template as _template, children as _children, setHtml as _setHtml } from 'vue/vapor';
export function render(_ctx) {
- const t0 = _template(\\"<div></div>\\")
+ const t0 = _template("<div></div>")
const n0 = t0()
const { 0: [n1],} = _children(n0)
- _setHtml(n1, undefined, \\"\\")
+ _setHtml(n1, undefined, "")
return n0
}"
`;
"import { template as _template, children as _children, effect as _effect, setHtml as _setHtml } from 'vue/vapor';
export function render(_ctx) {
- const t0 = _template(\\"<div></div>\\")
+ const t0 = _template("<div></div>")
const n0 = t0()
const { 0: [n1],} = _children(n0)
_effect(() => {
"import { template as _template, children as _children, on as _on, withModifiers as _withModifiers, withKeys as _withKeys } from 'vue/vapor';
export function render(_ctx) {
- const t0 = _template(\\"<a></a><form></form><a></a><div></div><div></div><a></a><div></div><input><input><input><input><input><input><input><input><input><input><input><input><input><input><input>\\")
+ const t0 = _template("<a></a><form></form><a></a><div></div><div></div><a></a><div></div><input><input><input><input><input><input><input><input><input><input><input><input><input><input><input>")
const n0 = t0()
const { 0: [n1], 1: [n2], 2: [n3], 3: [n4], 4: [n5], 5: [n6], 6: [n7], 7: [n8], 8: [n9], 9: [n10], 10: [n11], 11: [n12], 12: [n13], 13: [n14], 14: [n15], 15: [n16], 16: [n17], 17: [n18], 18: [n19], 19: [n20], 20: [n21], 21: [n22],} = _children(n0)
- _on(n1, \\"click\\", _withModifiers((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), [\\"stop\\"]))
- _on(n2, \\"submit\\", _withModifiers((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), [\\"prevent\\"]))
- _on(n3, \\"click\\", _withModifiers((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), [\\"stop\\", \\"prevent\\"]))
- _on(n4, \\"click\\", _withModifiers((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), [\\"self\\"]))
- _on(n5, \\"click\\", (...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), { capture: true })
- _on(n6, \\"click\\", (...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), { once: true })
- _on(n7, \\"scroll\\", (...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), { passive: true })
- _on(n8, \\"contextmenu\\", _withModifiers((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), [\\"right\\"]))
- _on(n9, \\"click\\", _withModifiers((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), [\\"left\\"]))
- _on(n10, \\"mouseup\\", _withModifiers((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), [\\"middle\\"]))
- _on(n11, \\"contextmenu\\", _withModifiers((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), [\\"right\\"]))
- _on(n12, \\"keyup\\", _withKeys((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), [\\"enter\\"]))
- _on(n13, \\"keyup\\", _withKeys((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), [\\"tab\\"]))
- _on(n14, \\"keyup\\", _withKeys((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), [\\"delete\\"]))
- _on(n15, \\"keyup\\", _withKeys((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), [\\"esc\\"]))
- _on(n16, \\"keyup\\", _withKeys((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), [\\"space\\"]))
- _on(n17, \\"keyup\\", _withKeys((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), [\\"up\\"]))
- _on(n18, \\"keyup\\", _withKeys((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), [\\"down\\"]))
- _on(n19, \\"keyup\\", _withKeys((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), [\\"left\\"]))
- _on(n20, \\"keyup\\", _withModifiers((...args) => (_ctx.submit && _ctx.submit(...args)), [\\"middle\\"]))
- _on(n21, \\"keyup\\", _withModifiers((...args) => (_ctx.submit && _ctx.submit(...args)), [\\"middle\\", \\"self\\"]))
- _on(n22, \\"keyup\\", _withKeys(_withModifiers((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), [\\"self\\"]), [\\"enter\\"]))
+ _on(n1, "click", _withModifiers((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), ["stop"]))
+ _on(n2, "submit", _withModifiers((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), ["prevent"]))
+ _on(n3, "click", _withModifiers((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), ["stop", "prevent"]))
+ _on(n4, "click", _withModifiers((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), ["self"]))
+ _on(n5, "click", (...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), { capture: true })
+ _on(n6, "click", (...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), { once: true })
+ _on(n7, "scroll", (...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), { passive: true })
+ _on(n8, "contextmenu", _withModifiers((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), ["right"]))
+ _on(n9, "click", _withModifiers((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), ["left"]))
+ _on(n10, "mouseup", _withModifiers((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), ["middle"]))
+ _on(n11, "contextmenu", _withModifiers((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), ["right"]))
+ _on(n12, "keyup", _withKeys((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), ["enter"]))
+ _on(n13, "keyup", _withKeys((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), ["tab"]))
+ _on(n14, "keyup", _withKeys((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), ["delete"]))
+ _on(n15, "keyup", _withKeys((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), ["esc"]))
+ _on(n16, "keyup", _withKeys((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), ["space"]))
+ _on(n17, "keyup", _withKeys((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), ["up"]))
+ _on(n18, "keyup", _withKeys((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), ["down"]))
+ _on(n19, "keyup", _withKeys((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), ["left"]))
+ _on(n20, "keyup", _withModifiers((...args) => (_ctx.submit && _ctx.submit(...args)), ["middle"]))
+ _on(n21, "keyup", _withModifiers((...args) => (_ctx.submit && _ctx.submit(...args)), ["middle", "self"]))
+ _on(n22, "keyup", _withKeys(_withModifiers((...args) => (_ctx.handleEvent && _ctx.handleEvent(...args)), ["self"]), ["enter"]))
return n0
}"
`;
"import { template as _template, children as _children, on as _on } from 'vue/vapor';
export function render(_ctx) {
- const t0 = _template(\\"<div></div>\\")
+ const t0 = _template("<div></div>")
const n0 = t0()
const { 0: [n1],} = _children(n0)
- _on(n1, \\"click\\", (...args) => (_ctx.handleClick && _ctx.handleClick(...args)))
+ _on(n1, "click", (...args) => (_ctx.handleClick && _ctx.handleClick(...args)))
return n0
}"
`;
"import { template as _template, children as _children, setAttr as _setAttr } from 'vue/vapor';
export function render(_ctx) {
- const t0 = _template(\\"<div></div>\\")
+ const t0 = _template("<div></div>")
const n0 = t0()
const { 0: [n1],} = _children(n0)
- _setAttr(n1, \\"id\\", undefined, _ctx.foo)
+ _setAttr(n1, "id", undefined, _ctx.foo)
return n0
}"
`;
"import { template as _template, children as _children, createTextNode as _createTextNode, setText as _setText, setAttr as _setAttr, prepend as _prepend } from 'vue/vapor';
export function render(_ctx) {
- const t0 = _template(\\"<div> <span></span></div>\\")
+ const t0 = _template("<div> <span></span></div>")
const n0 = t0()
const { 0: [n3, { 1: [n2],}],} = _children(n0)
const n1 = _createTextNode(_ctx.msg)
_setText(n1, undefined, _ctx.msg)
- _setAttr(n2, \\"class\\", undefined, _ctx.clz)
+ _setAttr(n2, "class", undefined, _ctx.clz)
_prepend(n3, n1)
return n0
}"
"import { template as _template } from 'vue/vapor';
export function render(_ctx) {
- const t0 = _template(\\"<div :id=\\\\\\"foo\\\\\\"><Comp></Comp>{{ bar }}</div>\\")
+ const t0 = _template("<div :id=\\"foo\\"><Comp></Comp>{{ bar }}</div>")
const n0 = t0()
return n0
}"
"import { template as _template, children as _children, createTextNode as _createTextNode, append as _append, effect as _effect, setText as _setText, setAttr as _setAttr } from 'vue/vapor';
export function render(_ctx) {
- const t0 = _template(\\"<div></div><div><Comp></Comp></div>\\")
+ const t0 = _template("<div></div><div><Comp></Comp></div>")
const n0 = t0()
const { 1: [n2],} = _children(n0)
const n1 = _createTextNode(_ctx.bar)
_setText(n1, undefined, _ctx.bar)
})
_effect(() => {
- _setAttr(n2, \\"id\\", undefined, _ctx.foo)
+ _setAttr(n2, "id", undefined, _ctx.foo)
})
return n0
}"
"import { template as _template, children as _children, createTextNode as _createTextNode, append as _append, effect as _effect, setText as _setText, setAttr as _setAttr } from 'vue/vapor';
export function render(_ctx) {
- const t0 = _template(\\"<div :id=\\\\\\"foo\\\\\\"><Comp></Comp>{{ bar }}</div><div><Comp></Comp></div>\\")
+ const t0 = _template("<div :id=\\"foo\\"><Comp></Comp>{{ bar }}</div><div><Comp></Comp></div>")
const n0 = t0()
const { 1: [n2],} = _children(n0)
const n1 = _createTextNode(_ctx.bar)
_setText(n1, undefined, _ctx.bar)
})
_effect(() => {
- _setAttr(n2, \\"id\\", undefined, _ctx.foo)
+ _setAttr(n2, "id", undefined, _ctx.foo)
})
return n0
}"
"import { template as _template, children as _children, setText as _setText } from 'vue/vapor';
export function render(_ctx) {
- const t0 = _template(\\"<div></div>\\")
+ const t0 = _template("<div></div>")
const n0 = t0()
const { 0: [n1],} = _children(n0)
- _setText(n1, undefined, \\"\\")
+ _setText(n1, undefined, "")
return n0
}"
`;
"import { template as _template, children as _children, effect as _effect, setText as _setText } from 'vue/vapor';
export function render(_ctx) {
- const t0 = _template(\\"<div></div>\\")
+ const t0 = _template("<div></div>")
const n0 = t0()
const { 0: [n1],} = _children(n0)
_effect(() => {
"import { template as _template, children as _children, createTextNode as _createTextNode, prepend as _prepend, insert as _insert, append as _append, on as _on, effect as _effect, setText as _setText, setAttr as _setAttr } from 'vue/vapor';
export function render(_ctx) {
- const t0 = _template(\\"<button>foo<!>foo</button>\\")
+ const t0 = _template("<button>foo<!>foo</button>")
const n0 = t0()
const { 0: [n4, { 1: [n5],}],} = _children(n0)
const n1 = _createTextNode(_ctx.count)
_prepend(n4, n1)
_insert(n2, n4, n5)
_append(n4, n3)
- _on(n4, \\"click\\", (...args) => (_ctx.handleClick && _ctx.handleClick(...args)))
+ _on(n4, "click", (...args) => (_ctx.handleClick && _ctx.handleClick(...args)))
_effect(() => {
_setText(n1, undefined, _ctx.count)
})
_setText(n3, undefined, _ctx.count)
})
_effect(() => {
- _setAttr(n4, \\"id\\", undefined, _ctx.count)
+ _setAttr(n4, "id", undefined, _ctx.count)
})
return n0
}"
"import { template as _template } from 'vue/vapor';
export function render(_ctx) {
- const t0 = _template(\\"<p></p><span></span><div></div>\\")
+ const t0 = _template("<p></p><span></span><div></div>")
const n0 = t0()
return n0
}"
"import { template as _template, children as _children, createTextNode as _createTextNode, prepend as _prepend, insert as _insert, append as _append, effect as _effect, setText as _setText } from 'vue/vapor';
export function render(_ctx) {
- const t0 = _template(\\"3<!>6<!>9\\")
+ const t0 = _template("3<!>6<!>9")
const n0 = t0()
const { 1: [n9], 3: [n10],} = _children(n0)
const n1 = _createTextNode(1)
"import { template as _template } from 'vue/vapor';
export function render(_ctx) {
- const t0 = _template(\\"<div><p>hello</p><input><span></span></div>\\")
+ const t0 = _template("<div><p>hello</p><input><span></span></div>")
const n0 = t0()
return n0
}"