UNPKG

@vuemap/vue-amap

Version:

高德地图vue3版本封装

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