UNPKG

@vuemap/vue-amap

Version:

高德地图vue3版本封装

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