Skip to content

Commit 16b636f

Browse files
committed
refactor!: export validators differently
BREAKING CHANGE
1 parent 2cd8f19 commit 16b636f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ const VueFormGenerator = {
2222
app.component(name, component)
2323
})
2424
}
25-
},
26-
validators
25+
}
2726
}
2827

2928
export default VueFormGenerator
3029
export {
31-
abstractField
30+
abstractField,
31+
validators
3232
}

0 commit comments

Comments
 (0)