avatar
dynamically change URL Vue
this.$router.push('/service/'+slug);

or

this.$router.push(`/service/${slug}`);
24
You need to login to do this manipulation!