@@ -17,9 +17,9 @@ console.log('Hello world');
1717const _sfc_main = { } ;
1818
1919function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
20- return (openBlock (), createElementBlock (" div" , null , _cache [0 ] || (_cache [0 ] = [
20+ return (openBlock (), createElementBlock (" div" , null , [ ... ( _cache [0 ] || (_cache [0 ] = [
2121 createElementVNode (" h1" , null , " Hello World" , - 1 /* CACHED */ )
22- ])))
22+ ]))]) )
2323}
2424var basic = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render],['__file',"#FILE#"]]);
2525
@@ -44,9 +44,9 @@ console.log('Hello world');
4444const _sfc_main = { } ;
4545
4646function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
47- return (openBlock (), createElementBlock (" div" , null , _cache [0 ] || (_cache [0 ] = [
47+ return (openBlock (), createElementBlock (" div" , null , [ ... ( _cache [0 ] || (_cache [0 ] = [
4848 createElementVNode (" h1" , null , " Hello World" , - 1 /* CACHED */ )
49- ])))
49+ ]))]) )
5050}
5151var basic = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
5252
@@ -170,9 +170,9 @@ return __returned__
170170};
171171
172172function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
173- return (openBlock (), createElementBlock (" div" , null , _cache [0 ] || (_cache [0 ] = [
173+ return (openBlock (), createElementBlock (" div" , null , [ ... ( _cache [0 ] || (_cache [0 ] = [
174174 createElementVNode (" h1" , null , " Hello World" , - 1 /* CACHED */ )
175- ])))
175+ ]))]) )
176176}
177177var scriptSetup = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render],['__file',"#FILE#"]]);
178178
@@ -192,9 +192,9 @@ const _sfc_main = {
192192
193193
194194return (_ctx , _cache ) => {
195- return (openBlock (), createElementBlock (" div" , null , _cache [0 ] || (_cache [0 ] = [
195+ return (openBlock (), createElementBlock (" div" , null , [ ... ( _cache [0 ] || (_cache [0 ] = [
196196 createElementVNode (" h1" , null , " Hello World" , - 1 /* CACHED */ )
197- ])))
197+ ]))]) )
198198}
199199}
200200
@@ -248,15 +248,15 @@ var _export_sfc = (sfc, props) => {
248248} ;
249249
250250function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
251- return openBlock (), createElementBlock (" div" , null , _cache [0 ] || (_cache [0 ] = [
251+ return openBlock (), createElementBlock (" div" , null , [ ... _cache [0 ] || (_cache [0 ] = [
252252 createElementVNode (
253253 " h1" ,
254254 null ,
255255 " Hello World" ,
256256 - 1
257257 /* CACHED */
258258 )
259- ]));
259+ ])] );
260260}
261261var scriptSetupTs = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "#FILE#"]]);
262262
@@ -282,13 +282,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
282282 setup (__props , { expose: __expose }) {
283283 __expose({ str });
284284 return (_ctx , _cache ) => {
285- return openBlock (), createElementBlock (" div" , null , _cache [0 ] || (_cache [0 ] = [createElementVNode (
285+ return openBlock (), createElementBlock (" div" , null , [ ... _cache [0 ] || (_cache [0 ] = [createElementVNode (
286286 " h1" ,
287287 null ,
288288 " Hello World" ,
289289 - 1
290290 /* CACHED */
291- )]));
291+ )])] );
292292 };
293293 }
294294} );
0 commit comments