@@ -18,7 +18,7 @@ const _sfc_main = {};
1818
1919function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
2020 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 */ )
2222 ])))
2323}
2424var basic = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render],['__file',"#FILE#"]]);
@@ -45,7 +45,7 @@ const _sfc_main = {};
4545
4646function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
4747 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 */ )
4949 ])))
5050}
5151var basic = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
@@ -171,7 +171,7 @@ return __returned__
171171
172172function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
173173 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 */ )
175175 ])))
176176}
177177var scriptSetup = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render],['__file',"#FILE#"]]);
@@ -193,7 +193,7 @@ const _sfc_main = {
193193
194194return (_ctx , _cache ) => {
195195 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 */ )
197197 ])))
198198}
199199}
@@ -254,7 +254,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
254254 null ,
255255 " Hello World" ,
256256 - 1
257- /* HOISTED */
257+ /* CACHED */
258258 )
259259 ]));
260260}
@@ -287,7 +287,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
287287 null ,
288288 " Hello World" ,
289289 - 1
290- /* HOISTED */
290+ /* CACHED */
291291 )]));
292292 };
293293 }
@@ -311,7 +311,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
311311 null ,
312312 " Hello World" ,
313313 - 1
314- /* HOISTED */
314+ /* CACHED */
315315 )), createElementVNode (
316316 " h2" ,
317317 null ,
@@ -349,7 +349,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
349349 null ,
350350 " Hello World" ,
351351 - 1
352- /* HOISTED */
352+ /* CACHED */
353353 )), createElementVNode (
354354 " h2" ,
355355 null ,
0 commit comments