sdk uncaught third Error Cannot assign to read only property 'constructor' of object '#' (小程序)


sdk uncaught third Error
Cannot assign to read only property 'constructor' of object '#<V>'

在app.json添加新的page时,出现该错误 

修改

添加新的page的json文件

{
"usingComponents": {}
}
修改后
{
}
就好了,原因??不知道


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



猜您在找 Vue的报错:Uncaught TypeError: Cannot assign to read only property 'exports' of object '#' 解决 Cannot assign to read only property 'exports' of object '#' 问题 Cannot assign to read only property 'exports' of object 解决办法 vue 项目启动报错:Cannot assign to read only property 'exports' of object '#' vue项目中引入 html2canvas ,控制台报错 Cannot assign to read only property 'className' of object '#< SVGSVGElement >' Uncaught TypeError: Cannot read property 'trim' of undefined Uncaught TypeError: Cannot read property 'filter' of null Uncaught TypeError: Cannot read property 'nodeType' of undefined Uncaught TypeError: Cannot read property 'ownerDocument' of null javascript Uncaught TypeError: Cannot read property ... of undefined
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM