vue no clique no roteador push não está funcionando
Please try it like this:
this.$router.push({ path: '/' });
this.$router.push({ name: 'Home' });
Badie96
Please try it like this:
this.$router.push({ path: '/' });
this.$router.push({ name: 'Home' });