vue pada klik router dorongan tidak berfungsi
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' });