UNPKG

vuelidate-property-decorators

Version:

A thin wrapper of vuelidate library to simplify its usage with vue-class-component.

7 lines 241 B
/** vuelidate-property-decorators MIT LICENSE copyright 2019 Mirek Simek * * https://github.com/mesemus/vuelidate-property-decorators * **/ import { Validate, Validations } from './vuelidate-decorators'; export { Validate, Validations };