vue3 导入 ammojs-typed 运行时报错Cannot set properties of undefined (setting 'Ammo')

40 阅读1分钟

image.png vue3 导入 ammojs-typed 运行时报错Cannot set properties of undefined (setting 'Ammo')

解决方法

import Ammo from 'ammojs-typed'
Ammo.bind(window)().then((api) => {
})