1. <nuxt-link :to="localePath({name: 'orders-view-id', params: {id: order.id}})">{{ $t("view") }}</nuxt-link> 2. <nuxt-link :to="localePath(`/orders/view/${order.id}`)">{{ $t("view") }}</nuxt-link>