@inkline/inkline
Version:
Inkline is the Vue.js UI/UX Library built for creating your next design system
17 lines (16 loc) • 444 B
JavaScript
export default {
data () {
return {
prefix: null,
suffix: null,
prefixSuffix: null,
options: [
{ id: 1, name: 'Richard Hendricks' },
{ id: 2, name: 'Bertram Gilfoyle' },
{ id: 3, name: 'Dinesh Chugtai' },
{ id: 4, name: 'Jared Dunn' },
{ id: 5, name: 'Erlich Bachman' }
]
};
}
};