_plugin-vue_export-helper-dev.cc2b3d55.js 258 B

1234567891011
  1. const _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 {
  9. _export_sfc as _
  10. };
  11. //# sourceMappingURL=_plugin-vue_export-helper-dev.cc2b3d55.js.map