I've got an error about that
[Vue warn]: 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: "value"
how to update component's value of progress
i just change directly like "this.$refs.progress.value = result.value"
i can't use eventBus&$emit.
cuz i can't access the component directly.
one more question,
Is there any option to make sure the progress gauge stays on?
it changes progress value in ms, and then start over from 0.
so it keeps 0 and progress to be 100 then it goes on.
hi guys
I've got an error about that [Vue warn]: 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: "value"
how to update component's value of progress
i just change directly like "this.$refs.progress.value = result.value"
i can't use eventBus&$emit. cuz i can't access the component directly.
need a helps. thank you