I see in this query pull :
But when I try to execute the following command from the Vue component:
this.$router.reload()
I get this error:
Uncaught TypeError: this.$router.reload is not a function
I searched in the documents , but could not find anything relevant. Does the vue / vue-router provider have this functionality?
Software versions that interest me:
"vue": "^2.1.0", "vue-router": "^2.0.3",
PS. I know that location.reload() is one of the alternatives, but I'm looking for my own version of Vue.
Saurabh
source share