[Vuejs]-Vue navigation with vue-router in Store using TypeScript and FirebaseAuthUI

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.

Leave a comment