website-vue/.nuxt/dist/server/components/LanguageSwitcher.vue.mjs
2025-04-22 16:46:16 +08:00

13 lines
458 B
JavaScript

import _sfc_main from "./LanguageSwitcher.vue2.mjs";
import { useSSRContext } from "vue";
const _sfc_setup = _sfc_main.setup;
_sfc_main.setup = (props, ctx) => {
const ssrContext = useSSRContext();
(ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/LanguageSwitcher.vue");
return _sfc_setup ? _sfc_setup(props, ctx) : void 0;
};
export {
_sfc_main as default
};
//# sourceMappingURL=LanguageSwitcher.vue.mjs.map