-1👍
https://router.vuejs.org/guide/essentials/passing-props.html
you should add props true to router
{ path: '/user/:id', component: User, props: true },
Edit :
Just remove : from :id
<add-product id="{{$product_id}}"></add-product>
- [Vuejs]-Cannot build vue project
- [Vuejs]-Select one component on click from a list of components in Vue.js
Source:stackexchange.com