UNPKG

@inkline/inkline

Version:

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

11 lines (10 loc) 181 B
export default { data () { return { form: this.$inkline.form({ username: {}, password: {} }) }; } };