vue na kliknięciu routera push nie działa
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' });