@YDX的博客1、globalThis is not defined 在index.html添加 <script> this.globalThis || (this.globalThis = this) </script> 2、Promise.allSettled is not a function 在init之前添加以下代码 function handlePromise...
沪上百卉的博客如何处理 vue 3.0 当中 遇到的Property or method “form“ is not defined on the instance but referenced during render。1. 有可能是form 或者pageData 没有被定义在 return 里。大致如上操作就不会报错。