[Vuejs]-Vue: pass data to dynamic component 10 December 2023 by thecoderscamp.com 0👍 You can use v-bind <div is="task-name" v-bind="myProp"></div> where myProp is {taskId: '1341'} 👤Saad Shaikh [Vuejs]-How to handle permissions for route from database? Source:stackexchange.com