website-vue/.nuxt/dist/server/_virtual/_plugin-vue_export-helper.mjs
2025-04-22 15:57:06 +08:00

12 lines
252 B
JavaScript

const _export_sfc = (sfc, props) => {
const target = sfc.__vccOpts || sfc;
for (const [key, val] of props) {
target[key] = val;
}
return target;
};
export {
_export_sfc as default
};
//# sourceMappingURL=_plugin-vue_export-helper.mjs.map