# <router-link :to="{name: 'customer-show', params: {id: customer.id}}"> Show Customers<router-link> # router.js { path: '/customers/:id', name: 'customer-show', component: show }