vue js router link params code example
Example 1: vuejs router params
<router-link :to="{ name: 'movie', params: { id: item.id } }">{{ item.title }}</router-link>
Example 2: vue js get routes
this.$router.options.routes
<router-link :to="{ name: 'movie', params: { id: item.id } }">{{ item.title }}</router-link>
this.$router.options.routes