报错:

[Vue warn]: Error in mounted hook: "TypeError: __WEBPACK_IMPORTED_MODULE_0_three__.OrbitControls is not a constructor"

解决办法:

在需要引入的组件中写下:

       import "three/examples/js/controls/OrbitControls"

在three/examples/js/controls/OrbitControls.js文件中加入一行  

       import * as THREE from 'three';

 

Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐