[Vuejs]-How to show index number in the URL (Now I got "[object%20Object]") and inside specific item?

1👍

It seems you forgot to indicate the field id in a link

<b-button variant="dark" :to=" '/orders/' + order.id">Detail</b-button>

Leave a comment