UNPKG

@inkline/inkline

Version:

Inkline is the Vue.js UI/UX Library built for creating your next design system

15 lines (14 loc) 320 B
export default { data () { return { schema: this.$inkline.form({ input: { validateOn: 'input', validators: [ { name: 'minLength', value: 5 } ] } }) }; } };