UNPKG

@vuemap/vue-amap

Version:

高德地图vue3版本封装

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