UNPKG

@vuemap/vue-amap

Version:

高德地图vue3版本封装

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