@@ -18,7 +18,7 @@ const _sfc_main = {};
18
18
19
19
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
20
20
return (openBlock (), createElementBlock (" div" , null , _cache [0 ] || (_cache [0 ] = [
21
- createElementVNode (" h1" , null , " Hello World" , - 1 /* HOISTED */ )
21
+ createElementVNode (" h1" , null , " Hello World" , - 1 /* CACHED */ )
22
22
])))
23
23
}
24
24
var basic = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render],['__file',"#FILE#"]]);
@@ -45,7 +45,7 @@ const _sfc_main = {};
45
45
46
46
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
47
47
return (openBlock (), createElementBlock (" div" , null , _cache [0 ] || (_cache [0 ] = [
48
- createElementVNode (" h1" , null , " Hello World" , - 1 /* HOISTED */ )
48
+ createElementVNode (" h1" , null , " Hello World" , - 1 /* CACHED */ )
49
49
])))
50
50
}
51
51
var basic = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
@@ -171,7 +171,7 @@ return __returned__
171
171
172
172
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
173
173
return (openBlock (), createElementBlock (" div" , null , _cache [0 ] || (_cache [0 ] = [
174
- createElementVNode (" h1" , null , " Hello World" , - 1 /* HOISTED */ )
174
+ createElementVNode (" h1" , null , " Hello World" , - 1 /* CACHED */ )
175
175
])))
176
176
}
177
177
var scriptSetup = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render],['__file',"#FILE#"]]);
@@ -193,7 +193,7 @@ const _sfc_main = {
193
193
194
194
return (_ctx , _cache ) => {
195
195
return (openBlock (), createElementBlock (" div" , null , _cache [0 ] || (_cache [0 ] = [
196
- createElementVNode (" h1" , null , " Hello World" , - 1 /* HOISTED */ )
196
+ createElementVNode (" h1" , null , " Hello World" , - 1 /* CACHED */ )
197
197
])))
198
198
}
199
199
}
@@ -254,7 +254,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
254
254
null ,
255
255
" Hello World" ,
256
256
- 1
257
- /* HOISTED */
257
+ /* CACHED */
258
258
)
259
259
]));
260
260
}
@@ -287,7 +287,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
287
287
null ,
288
288
" Hello World" ,
289
289
- 1
290
- /* HOISTED */
290
+ /* CACHED */
291
291
)]));
292
292
};
293
293
}
@@ -311,7 +311,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
311
311
null ,
312
312
" Hello World" ,
313
313
- 1
314
- /* HOISTED */
314
+ /* CACHED */
315
315
)), createElementVNode (
316
316
" h2" ,
317
317
null ,
@@ -349,7 +349,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
349
349
null ,
350
350
" Hello World" ,
351
351
- 1
352
- /* HOISTED */
352
+ /* CACHED */
353
353
)), createElementVNode (
354
354
" h2" ,
355
355
null ,
0 commit comments