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