UNPKG

upro.ui

Version:

upro.ui,是送气宝系列的共用工具套

17 lines 383 B
export default { props: { // 状态 loading加载中 success加载完成 error错误 status: { type: String, default: 'success' }, bgColor: { type: String, default: '#F5F6F8' }, customStyle: { type: Object, default: undefined } } }