Skip to content

Commit 331215d

Browse files
committed
feat(FormLabel): export new component
1 parent fc4578f commit 331215d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ import {
3232

3333
import FormGenerator from '@/FormGenerator.vue'
3434
import FormGeneratorFields from '@/fields'
35+
import FormLabel from '@/components/FormLabel.vue'
36+
3537
import validators from '@/validators'
3638

3739
const VueFormGenerator = {
@@ -65,6 +67,7 @@ export {
6567
useFieldValidate,
6668
useLabelIcon,
6769
useValidation,
70+
FormLabel,
6871
validators
6972
}
7073

0 commit comments

Comments
 (0)