UNPKG

@vuemap/vue-amap

Version:

高德地图vue3版本封装

12 lines (9 loc) 281 B
import './Rectangle.vue.mjs'; import script from './Rectangle.vue2.mjs'; script.install = (app) => { app.component(script.name, script); return app; }; const ElAmapRectangle = script; export { ElAmapRectangle, ElAmapRectangle as default }; //# sourceMappingURL=index.mjs.map