mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
12 lines
229 B
JavaScript
12 lines
229 B
JavaScript
// helper module to expose custom and vuelidate validators.
|
|
export * from './customValidators'
|
|
export {
|
|
between,
|
|
helpers,
|
|
integer,
|
|
maxValue,
|
|
minLength,
|
|
minValue,
|
|
required,
|
|
sameAs
|
|
} from 'vuelidate/lib/validators'
|