import { unref, useSSRContext } from 'vue'; import { ssrRenderAttrs } from 'vue/server-renderer'; const _sfc_main = { __name: "ProseScript", __ssrInlineRender: true, props: { src: { type: String, default: "" } }, setup(__props) { const isDev = false; return (_ctx, _push, _parent, _attrs) => { if (unref(isDev)) { _push(` Rendering the script element is dangerous and is disabled by default. Consider implementing your own ProseScript element to have control over script rendering. `); } else { _push(``); } }; } }; const _sfc_setup = _sfc_main.setup; _sfc_main.setup = (props, ctx) => { const ssrContext = useSSRContext(); (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("../node_modules/.pnpm/@nuxtjs+mdc@0.20.2_magicast@0.5.1/node_modules/@nuxtjs/mdc/dist/runtime/components/prose/ProseScript.vue"); return _sfc_setup ? _sfc_setup(props, ctx) : void 0; }; const ProseScript = Object.assign(_sfc_main, { __name: "ProseScript" }); export { ProseScript as default }; //# sourceMappingURL=ProseScript-DCuYMpw2.mjs.map