25 lines
958 B
JavaScript
25 lines
958 B
JavaScript
|
import { mergeProps, useSSRContext } from 'vue';
|
||
|
import { ssrRenderAttrs, ssrRenderSlot } from 'vue/server-renderer';
|
||
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-cc2b3d55.mjs';
|
||
|
|
||
|
const _sfc_main = {};
|
||
|
function _sfc_ssrRender(_ctx, _push, _parent, _attrs) {
|
||
|
_push(`<section${ssrRenderAttrs(mergeProps({
|
||
|
"p-20": "",
|
||
|
"md:px-30": "",
|
||
|
"xl:px-60": ""
|
||
|
}, _attrs))}>`);
|
||
|
ssrRenderSlot(_ctx.$slots, "default", {}, null, _push, _parent);
|
||
|
_push(`</section>`);
|
||
|
}
|
||
|
const _sfc_setup = _sfc_main.setup;
|
||
|
_sfc_main.setup = (props, ctx) => {
|
||
|
const ssrContext = useSSRContext();
|
||
|
(ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/section/Section.vue");
|
||
|
return _sfc_setup ? _sfc_setup(props, ctx) : void 0;
|
||
|
};
|
||
|
const __nuxt_component_3 = /* @__PURE__ */ _export_sfc(_sfc_main, [["ssrRender", _sfc_ssrRender]]);
|
||
|
|
||
|
export { __nuxt_component_3 as default };
|
||
|
//# sourceMappingURL=Section-a19c49ce.mjs.map
|