用yarn dev 运行项目时,pages/index用await useTexture无法加载黑屏
发布于 2024-10-22 11:44:13
控制台: Component <Anonymous>: setup function returned a promise, but no <Suspense> boundary was found in the parent component tree. A component with async setup() must be nested in a <Suspense> in order to be rendered.
如果是在index.vue中异步加载纹理,需要在哪里加<Suspense>,我尝试在template里加没有作用
@wx483-HYK23U 在组件AA里面的 script里面 存在await函数
这是vue3的用法 可以学习一下
好的,感谢