Vue refresh component, which refers to how another component refreshes the referenced component, or destroys it when another component calls another component. The simple point is that you need to refresh the current component.

I have referenced another component in one component. What can I do to refresh the referenced component when a value changes?
or call the destroy method of another component in the current component

Mar.03,2021

the property passed in by the parent component of watch, the action to respond

Menu