You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nuxt3 中引入 WangEditor5 使用yarn dev 时报 ERROR Cannot set property crypto of # which has only a getter 我看了一下
上面的代码中 global.crypto 只要赋值就会报这个错误。我用的环境时 nuxt3 + vue3 + ts 构建的项目。这个错误网上几乎没有答案,是不是我是第一个遇到这个问题的人。
*
bug 描述
nuxt3 中引入 WangEditor5 使用yarn dev 时报 ERROR Cannot set property crypto of # which has only a getter 我看了一下
上面的代码中 global.crypto 只要赋值就会报这个错误。我用的环境时 nuxt3 + vue3 + ts 构建的项目。这个错误网上几乎没有答案,是不是我是第一个遇到这个问题的人。
*
你预期的样子是?
使用Nuxt 的 yarn dev 时能够不报错
系统和浏览器及版本号
wangEditor 版本
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
demo 能否复现该 bug ?
能
在线 demo
请尽量提供在线 demo (推荐以下网站),帮助我们最低成本复现 bug
最小成本的复现步骤
你用nuxt3框架中加入wangeditor 就可以复现,这个BUG我想应该非常容易出现,只要你用了就有这个问题
(请告诉我们,如何最快的复现该 bug)
The text was updated successfully, but these errors were encountered: