[Vuejs]-How can I pass the variables to my vuejs component

0👍

I don’t know if i understand correctly but if you want to pass different data to your component dynamically you can use props.
Take a look here https://v2.vuejs.org/v2/guide/components-props.html

Leave a comment