bsse1014

Posted 02-Jan-2021 | 1138 | Vue

VueJS force update child component

I want the child component to reload at some point. I have heard about VueJS $forceUpdate but got some negative reviews as well. I want to know what are the pros and cons of using VueJS forceUpdate

Replies