@vuemap/vue-amap-extra
Version:
@vuemap/vue-amap扩展库,包含threejs相关图层
12 lines (9 loc) • 306 B
JavaScript
import './ThreeLightSpot.vue.mjs';
import script from './ThreeLightSpot.vue2.mjs';
script.install = (app) => {
app.component(script.name, script);
return app;
};
const ElAmapThreeLightSpot = script;
export { ElAmapThreeLightSpot, ElAmapThreeLightSpot as default };
//# sourceMappingURL=index.mjs.map