weex-flymeui
Version:
A Flyme Style UI library based on Weex for Creator.
27 lines (26 loc) • 415 B
JavaScript
export default {
el: {
common: {
delete: 'delete',
cancel: 'cancel',
confirm: 'confirm',
close: 'close'
},
titlebar: {
title: 'Title'
},
searchbar: {
search: 'Search'
},
foldabletext: {
more: 'more'
},
input: {
placeholder: 'input somethings ..',
inputError: 'has error'
},
tag: {
tagName: 'tag'
}
}
};