Answer the question
In order to leave comments, you need to log in
How to change dynamic route in Vue?
The post page has the following url
http://localhost:3000/hospital/post/5df09aef51d2e303744efbba
methods: {
openPost() {
const id = this.posts.id;
this.$router.push(`/hospital/post/${id}`);
},
},
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question