24550ccf6118c4e091a5558fdb224f83dc173aac036742014acfe593f3413526eb97c9c8df3a8406c681100f370a47a4343ee76af7fcfa85e6c42f8f06fe0d 789 B

123456789101112131415161718192021222324
  1. import { defineComponent, openBlock, createElementBlock, normalizeClass, unref, renderSlot } from 'vue';
  2. import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
  3. import { useNamespace } from '../../../hooks/use-namespace/index.mjs';
  4. const __default__ = defineComponent({
  5. name: "ElMain"
  6. });
  7. const _sfc_main = /* @__PURE__ */ defineComponent({
  8. ...__default__,
  9. setup(__props) {
  10. const ns = useNamespace("main");
  11. return (_ctx, _cache) => {
  12. return openBlock(), createElementBlock("main", {
  13. class: normalizeClass(unref(ns).b())
  14. }, [
  15. renderSlot(_ctx.$slots, "default")
  16. ], 2);
  17. };
  18. }
  19. });
  20. var Main = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "main.vue"]]);
  21. export { Main as default };
  22. //# sourceMappingURL=main.mjs.map