diff --git a/src/FormularioInput.vue b/src/FormularioInput.vue index c272a67..7c4be81 100644 --- a/src/FormularioInput.vue +++ b/src/FormularioInput.vue @@ -18,10 +18,10 @@ import { } from 'vue-property-decorator' import { arrayify, has, shallowEqualObjects, snakeToCamel } from './utils' import { - ValidationRuleFn, - ValidationMessageI18NFn, processConstraints, validate, + ValidationRuleFn, + ValidationMessageI18NFn, Violation, } from '@/validation/validator'