0👍
As seen in Vue Router :
https://router.vuejs.org/guide/essentials/passing-props.html
Props are passed by the params field, so like this :
<router-link :to="{ name: 'time', params: { tax: 123, site: site_key }}">Add New Request</router-link>
for a much more insight on your problem, please include your router.js
file.
- [Vuejs]-Image works in a vue component and doesn't in another
- [Vuejs]-Vuejs Vuetify data table issue?
Source:stackexchange.com