4a5744b01f152dc8d8218f73642db7b33a0d0982526ec78f6ecab8dd35ce89da7423c6a1ec232850735153fb491fee180549e3c0a007a66c0a789a3d61c04e 495 B

12345678910111213
  1. import { defineComponent, renderSlot } from 'vue';
  2. import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
  3. const _sfc_main = defineComponent({
  4. inheritAttrs: false
  5. });
  6. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  7. return renderSlot(_ctx.$slots, "default");
  8. }
  9. var Collection = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "collection.vue"]]);
  10. export { Collection as default };
  11. //# sourceMappingURL=collection2.mjs.map