|
|
@@ -38,7 +38,7 @@ export function render(_ctx) {
|
|
|
"default": () => {
|
|
|
const n0 = _createIf(() => (true), () => {
|
|
|
const n3 = t0()
|
|
|
- _setInsertionState(n3, null)
|
|
|
+ _setInsertionState(n3, null, true)
|
|
|
const n2 = _createComponentWithFallback(_component_Bar)
|
|
|
_withVaporDirectives(n2, [[_directive_hello, void 0, void 0, { world: true }]])
|
|
|
return n3
|
|
|
@@ -158,7 +158,7 @@ export function render(_ctx, $props, $emit, $attrs, $slots) {
|
|
|
const n0 = t0()
|
|
|
const n3 = t1()
|
|
|
const n2 = _child(n3, 1)
|
|
|
- _setInsertionState(n3, 0)
|
|
|
+ _setInsertionState(n3, 0, true)
|
|
|
const n1 = _createComponentWithFallback(_component_Comp)
|
|
|
_renderEffect(() => {
|
|
|
_setProp(n3, "id", _ctx.foo)
|
|
|
@@ -226,7 +226,7 @@ export function render(_ctx) {
|
|
|
const n4 = _child(p0, 0)
|
|
|
_setInsertionState(n6, n5)
|
|
|
const n0 = _createComponentWithFallback(_component_Comp)
|
|
|
- _setInsertionState(n6, n7)
|
|
|
+ _setInsertionState(n6, n7, true)
|
|
|
const n1 = _createIf(() => (true), () => {
|
|
|
const n3 = t0()
|
|
|
return n3
|
|
|
@@ -244,9 +244,9 @@ export function render(_ctx) {
|
|
|
const _component_Comp = _resolveComponent("Comp")
|
|
|
const n3 = t0()
|
|
|
const n1 = _child(n3, 0)
|
|
|
- _setInsertionState(n1, null)
|
|
|
+ _setInsertionState(n1, null, true)
|
|
|
const n0 = _createSlot("default", null)
|
|
|
- _setInsertionState(n3, 1)
|
|
|
+ _setInsertionState(n3, 1, true)
|
|
|
const n2 = _createComponentWithFallback(_component_Comp)
|
|
|
return n3
|
|
|
}"
|