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
Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: "chartData"
#216
Closed
huangche007 opened this issue
Oct 10, 2017
· 6 comments
I met some problems,such as: Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: "chartData"
this sub component is lineMarker.js,code as follow:
I met some problems,such as:
Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: "chartData"
this sub component is lineMarker.js,code as follow:
the parent component is xxxDetail.vue,these code as follow:
How can I do?
The text was updated successfully, but these errors were encountered: