当前位置: 代码迷 >> 综合 >> 改变子组件从父组件传递过来的值报错:Avoid mutating a prop directly since the value will be overwritten whenever the pa
  详细解决方案

改变子组件从父组件传递过来的值报错:Avoid mutating a prop directly since the value will be overwritten whenever the pa

热度:59   发布时间:2024-01-06 04:02:46.0

问题

改变子组件从父组件传递过来的值报错

解决

增加新的中间变量,将子组件改变后的值通过emit传给父组件
https://blog.csdn.net/xudakaka/article/details/79295517
https://blog.csdn.net/u014520745/article/details/75455979
https://www.cnblogs.com/1rookie/p/8430439.html

  相关解决方案