In Vue.js, what method can be used to achieve the effect of clicking the browser refresh button?

in Vue.js, what method can be used to achieve the effect of clicking this refresh button?

Apr.16,2021

window.location.reload()
Menu