59eeee23870d8def418e46b0b3f1dda2e22afc93b462b0c6b9bc23d31409d7fcea67800b2c7004d351cf4081a0012db8bbc5e7fe1cc9a239e1e94b5dc37ec6 325 B

1234567891011121314
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var _export_sfc = (sfc, props) => {
  4. const target = sfc.__vccOpts || sfc;
  5. for (const [key, val] of props) {
  6. target[key] = val;
  7. }
  8. return target;
  9. };
  10. exports["default"] = _export_sfc;
  11. //# sourceMappingURL=plugin-vue_export-helper.js.map