Skip to content

fix: export of abstractField and methods

This makes it so that you can simply import the abstractField and other methods by destructuring e.g.

import { abstractField } from 'vue3-form-generator' 

The way it is right now we would have to access each individual property of the mixin in order to create a new form field component. Since it is spread in the default export.

Edited by Kevin Koster

Merge request reports

Loading