vue-dynamic-forms
vue-dynamic-forms copied to clipboard
Add component property to fields
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">