This repository was archived by the owner on Jun 27, 2023. It is now read-only.
This repository was archived by the owner on Jun 27, 2023. It is now read-only.
Add component property to fields #233
Open
Description
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">