@@ -9,7 +9,7 @@ return function render(_ctx, _cache) {
9
9
10
10
return _cache [0 ] || (
11
11
_setBlockTracking (- 1 ),
12
- _cache [0 ] = _createElementVNode (" div" , { id: foo }, null , 8 /* PROPS */ , [" id" ]),
12
+ ( _cache [0 ] = _createElementVNode (" div" , { id: foo }, null , 8 /* PROPS */ , [" id" ])). cacheIndex = 0 ,
13
13
_setBlockTracking (1 ),
14
14
_cache [0 ]
15
15
)
@@ -29,7 +29,7 @@ return function render(_ctx, _cache) {
29
29
return (_openBlock (), _createElementBlock (" div" , null , [
30
30
_cache [0 ] || (
31
31
_setBlockTracking (- 1 ),
32
- _cache [0 ] = _createVNode (_component_Comp , { id: foo }, null , 8 /* PROPS */ , [" id" ]),
32
+ ( _cache [0 ] = _createVNode (_component_Comp , { id: foo }, null , 8 /* PROPS */ , [" id" ])). cacheIndex = 0 ,
33
33
_setBlockTracking (1 ),
34
34
_cache [0 ]
35
35
)
@@ -48,7 +48,7 @@ return function render(_ctx, _cache) {
48
48
return (_openBlock (), _createElementBlock (" div" , null , [
49
49
_cache [0 ] || (
50
50
_setBlockTracking (- 1 ),
51
- _cache [0 ] = _createElementVNode (" div" , { id: foo }, null , 8 /* PROPS */ , [" id" ]),
51
+ ( _cache [0 ] = _createElementVNode (" div" , { id: foo }, null , 8 /* PROPS */ , [" id" ])). cacheIndex = 0 ,
52
52
_setBlockTracking (1 ),
53
53
_cache [0 ]
54
54
)
@@ -67,7 +67,7 @@ return function render(_ctx, _cache) {
67
67
return (_openBlock (), _createElementBlock (" div" , null , [
68
68
_cache [0 ] || (
69
69
_setBlockTracking (- 1 ),
70
- _cache [0 ] = _renderSlot ($slots , " default" ),
70
+ ( _cache [0 ] = _renderSlot ($slots , " default" )). cacheIndex = 0 ,
71
71
_setBlockTracking (1 ),
72
72
_cache [0 ]
73
73
)
@@ -86,7 +86,7 @@ return function render(_ctx, _cache) {
86
86
return (_openBlock (), _createElementBlock (" div" , null , [
87
87
_cache [0 ] || (
88
88
_setBlockTracking (- 1 ),
89
- _cache [0 ] = _createElementVNode (" div" ),
89
+ ( _cache [0 ] = _createElementVNode (" div" )). cacheIndex = 0 ,
90
90
_setBlockTracking (1 ),
91
91
_cache [0 ]
92
92
)
0 commit comments