zhaolong06 bde5732dc2 [refactor] 完成button、tag自定义组件改造 (#167)
* btn、tag改造

* 完成button、tag改造
2018-03-26 11:31:40 +08:00

22 lines
313 B
JavaScript

Component({
externalClasses: ['custom-class'],
properties: {
type: {
type: String,
value: '',
},
size: {
type: String,
value: '',
},
disabled: {
type: Boolean,
value: false,
},
loading: {
type: Boolean,
value: false,
},
},
});