UNPKG

@inkline/inkline

Version:

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

14 lines (13 loc) 278 B
export default { data () { return { form: this.$inkline.form({ input: { validators: [ { name: 'maxLength', value: 12 } ] } }) }; } };