Hey,
I'm trying to pass an id to a specific route, but the param is never passed.
'/post/:id': {
component: require('./components/blog/post.vue')
},
a.btn.btn-link(v-link="{ path: '/post', params: { id: '1' }}") Ler Mais...
Anyone can help me, I do not know what to do.