router link attribute vue code example
Example 1: vue router link
<router-link to="/home">Home</router-link>
Example 2: route link prop vue
<router-link :to="{name: 'places', props: { someUnrelatedVar: 101 } }">Places, but 101</router-link>
Example 3: vue js get routes
this.$router.options.routes