Closed PureLines closed 4 years ago
After this commt https://github.com/Yopadd/vue-chartist/commit/b6cae419763e89ca1e0929d4bf416696053f7ef6 you have conflict between noData component property and noData data property.
noData
So I get this error in console after updating to v2.3.0: 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: "noData" with trace to https://github.com/Yopadd/vue-chartist/blob/63c90e72598ebd709280cd6ebe564de1129832c5/src/index.js#L107-L109.
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: "noData"
i am having the same problem. Please let me know which version does not show this error. Thanks.
I have the same problem.
Hi, It's fixed to 2.3.1 thanks.
After this commt https://github.com/Yopadd/vue-chartist/commit/b6cae419763e89ca1e0929d4bf416696053f7ef6 you have conflict between
noData
component property andnoData
data property.So I get this error in console after updating to v2.3.0:
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: "noData"
with trace to https://github.com/Yopadd/vue-chartist/blob/63c90e72598ebd709280cd6ebe564de1129832c5/src/index.js#L107-L109.