vue3 导入 ammojs-typed 运行时报错Cannot set properties of undefined (setting 'Ammo') NoneSL 2024-08-20 40 阅读1分钟 vue3 导入 ammojs-typed 运行时报错Cannot set properties of undefined (setting 'Ammo') 解决方法 import Ammo from 'ammojs-typed' Ammo.bind(window)().then((api) => { })