14 lines
369 B
JavaScript
14 lines
369 B
JavaScript
// ../node_modules/.pnpm/element-plus@2.11.7_vue@3.5.24_typescript@5.9.3_/node_modules/element-plus/es/_virtual/plugin-vue_export-helper.mjs
|
|
var _export_sfc = (sfc, props) => {
|
|
const target = sfc.__vccOpts || sfc;
|
|
for (const [key, val] of props) {
|
|
target[key] = val;
|
|
}
|
|
return target;
|
|
};
|
|
|
|
export {
|
|
_export_sfc
|
|
};
|
|
//# sourceMappingURL=chunk-MUJDDH7P.js.map
|