Sometimes, we want to force Vue.js to reload or re-render.
In this article, we’ll look at how to force Vue.js to reload or re-render.
How to force Vue.js to reload or re-render?
To force Vue.js to reload or re-render, we can use the this.$forceUpdate
method.
For instance, we write
this.$forceUpdate();
to call this.$forceUpdate()
in our component to force an update.
Conclusion
To force Vue.js to reload or re-render, we can use the this.$forceUpdate
method.