子组件的v-modal要使用父组件的数据,子组件改变双向绑定的数据时会报错,Avoid mutating a prop directly since the value will be overwritten whenever。解决方案如下:
https://blog.csdn.net/l960516/article/details/99578604
子组件的v-modal要使用父组件的数据,子组件改变双向绑定的数据时会报错,Avoid mutating a prop directly since the value will be overwritten whenever。解决方案如下:
https://blog.csdn.net/l960516/article/details/99578604