19 lines
717 B
JavaScript
19 lines
717 B
JavaScript
import { ssrInterpolate } from 'vue/server-renderer';
|
|
import { useSSRContext } from 'vue';
|
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-cc2b3d55.mjs';
|
|
|
|
const _sfc_main = {};
|
|
function _sfc_ssrRender(_ctx, _push, _parent, _attrs) {
|
|
_push(`${ssrInterpolate()}`);
|
|
}
|
|
const _sfc_setup = _sfc_main.setup;
|
|
_sfc_main.setup = (props, ctx) => {
|
|
const ssrContext = useSSRContext();
|
|
(ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("pages/release/index.vue");
|
|
return _sfc_setup ? _sfc_setup(props, ctx) : void 0;
|
|
};
|
|
const index = /* @__PURE__ */ _export_sfc(_sfc_main, [["ssrRender", _sfc_ssrRender]]);
|
|
|
|
export { index as default };
|
|
//# sourceMappingURL=index-1eb19435.mjs.map
|