UNPKG

@inkline/inkline

Version:

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

12 lines (11 loc) 210 B
export default { data () { return { schema: this.$inkline.form({ input: { value: 'Default value' } }) }; } };