vue-dynamic-forms icon indicating copy to clipboard operation
vue-dynamic-forms copied to clipboard

Add component property to fields

Open alvarosabu opened this issue 4 years ago • 0 comments

Describe the solution you'd like Possibility of overriding the default component of a field type by adding a component property to the models.

A use case would be using a component from another library, for example, quasar, bootstrap-vue etc

Describe alternatives you've considered Using <component :is="customComponent">

alvarosabu avatar Feb 06 '21 07:02 alvarosabu