https://www.supermapol.com/earth/vue-iEarth/examples/docs/dist/zh/api/guide/quick-start.html
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'Space')
工程师微信 hecongyuan2025
您好!
在vue中使用iClient3D for Cesium的话,一般是将产品包的Build文件夹复制到vue项目的静态资源文件夹,然后在index.html中引入 widgets.css、Cesium.js即可使用了。具体可以参考一下这篇博客https://blog.csdn.net/supermapsupport/article/details/103312833
对于您上面使用的这个,是我们基于iClient3D for Cesium封装的vue组件,类似于element ui这种组件,这种功能有限,自定义成本较高,一般不推荐使用,其安装使用可以参考一下这篇博客https://blog.csdn.net/supermapsupport/article/details/123850171
希望可以帮助到您!
也是第一种,将源文件复制到public文件夹,然后在index.html引入 widgets.css、Cesium.js使用