Avoid mutating a prop directly since the value will be overwritten

前端 未结 11 890
被撕碎了的回忆
被撕碎了的回忆 2020-12-10 01:07

I have very common problem with upgrading to Vue 2.0

I am getting warning:

Avoid mutating a prop directly since the value will be overwritte

11条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-10 01:59

    Follow this very easy instructions:

    //Parent Component
    
    
    
    // From Child Component. That means from insertForm.vue file
    
    
    

提交回复
热议问题