0👍
WHen you use:
this.$router.push('/myPage'); //$router shows Typescript ERROR, but works???
you should first check if the route you are pushing is not already the current one.
Source:stackexchange.com
0👍
WHen you use:
this.$router.push('/myPage'); //$router shows Typescript ERROR, but works???
you should first check if the route you are pushing is not already the current one.