We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4578f commit 331215dCopy full SHA for 331215d
src/index.ts
@@ -32,6 +32,8 @@ import {
32
33
import FormGenerator from '@/FormGenerator.vue'
34
import FormGeneratorFields from '@/fields'
35
+import FormLabel from '@/components/FormLabel.vue'
36
+
37
import validators from '@/validators'
38
39
const VueFormGenerator = {
@@ -65,6 +67,7 @@ export {
65
67
useFieldValidate,
66
68
useLabelIcon,
69
useValidation,
70
+ FormLabel,
71
validators
72
}
73
0 commit comments