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