xzs-mysql/source/wx/xzs-student/component/iView/icon/index.js

23 lines
377 B
Java
Raw Normal View History

2020-09-02 08:44:41 +08:00
Component({
externalClasses: ['i-class'],
properties: {
type: {
type: String,
value: ''
},
custom: {
type: String,
value: ''
},
size: {
type: Number,
value: 14
},
color: {
type: String,
value: ''
}
}
});