oak-general-business/lib/miniprogram_npm/lin-ui/spin/index.js

19 lines
284 B
JavaScript

Component({
externalClasses: ['l-class'],
properties: {
color: String,
show: Boolean,
type: {
type: String,
value: 'flash'
},
// 自定义
custom: Boolean,
size: {
type: String,
value: 'default',
},
},
methods: {
}
});