ed054f5f3707a356093417208f012313045bf4a489db97559a75bcbb4425e19af0ce8238d98905f42dbc338f32663f6c44d5eabbc67d667576606688ebffb6 248 B

12345678910
  1. var _export_sfc = (sfc, props) => {
  2. const target = sfc.__vccOpts || sfc;
  3. for (const [key, val] of props) {
  4. target[key] = val;
  5. }
  6. return target;
  7. };
  8. export { _export_sfc as default };
  9. //# sourceMappingURL=plugin-vue_export-helper.mjs.map