@@ -16,7 +16,7 @@ return function render(_ctx, _cache) {
16
16
? (_openBlock (), _createBlock (\\" div\\ " , { key: 0 }, \\" yes\\ " ))
17
17
: (_openBlock (), _createBlock (_Fragment , { key: 1 }, [
18
18
_createTextVNode (\\" no\\ " )
19
- ], 64 /* STABLE_FRAGMENT */ )),
19
+ ], 2112 /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */ )),
20
20
(_openBlock (true ), _createBlock (_Fragment , null , _renderList (list , (value , index ) => {
21
21
return (_openBlock (), _createBlock (\\" div\\ " , null , [
22
22
_createVNode (\\" span\\ " , null , _toDisplayString (value + index ), 1 /* TEXT */ )
@@ -40,7 +40,7 @@ return function render(_ctx, _cache) {
40
40
? (_openBlock (), _createBlock (\\" div\\ " , { key: 0 }, \\" yes\\ " ))
41
41
: (_openBlock (), _createBlock (_Fragment , { key: 1 }, [
42
42
_createTextVNode (\\" no\\ " )
43
- ], 64 /* STABLE_FRAGMENT */ )),
43
+ ], 2112 /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */ )),
44
44
(_openBlock (true ), _createBlock (_Fragment , null , _renderList (_ctx .list , (value , index ) => {
45
45
return (_openBlock (), _createBlock (\\" div\\ " , null , [
46
46
_createVNode (\\" span\\ " , null , _toDisplayString (value + index ), 1 /* TEXT */ )
@@ -63,7 +63,7 @@ export function render(_ctx, _cache) {
63
63
? (_openBlock (), _createBlock (\\" div\\ " , { key: 0 }, \\" yes\\ " ))
64
64
: (_openBlock (), _createBlock (_Fragment , { key: 1 }, [
65
65
_createTextVNode (\\" no\\ " )
66
- ], 64 /* STABLE_FRAGMENT */ )),
66
+ ], 2112 /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */ )),
67
67
(_openBlock (true ), _createBlock (_Fragment , null , _renderList (_ctx .list , (value , index ) => {
68
68
return (_openBlock (), _createBlock (\\" div\\ " , null , [
69
69
_createVNode (\\" span\\ " , null , _toDisplayString (value + index ), 1 /* TEXT */ )
0 commit comments