how to vue js props dynamic value code example
Example: vuejs send required props to dynamic component
<component :is="currentComponent" v-bind="currentProperties"></component>
<component :is="currentComponent" v-bind="currentProperties"></component>