UNPKG

@vuemap/vue-amap

Version:

高德地图vue3版本封装

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