My MainNavBar component like this :
...
This link should help : https://router.vuejs.org/guide/essentials/navigation.html
goTo(key) { this.$router.push({ path: key }); }