Categories
How to reactively pass the value of a computed property to a Vue parent?
In the child, a computed property is defined; when some changes are made, it is always recalculated. How can I pass the value of this property to the parent?
Answer the question
In order to leave comments, you need to log in
Inside computed do this.$emit
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question