UNPKG

@vuemap/vue-amap

Version:

高德地图vue3版本封装

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