I
I
Igor Myasnikov2019-12-11 10:56:36
Vue.js
Igor Myasnikov, 2019-12-11 10:56:36

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}`);
    },
  },

where at the end is the post ID .
How can I change the ID to something else

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
imp-1903, 2019-12-12
@imp-1903

Please read the documentation)
Here you will find out everything about your question - https://router.vuejs.org/en/guide/essentials/dynam...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question