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
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