xzs-mysql/source/wx/exam-student/component/iView/icon/index.js
2020-06-14 16:44:45 +08:00

23 lines
377 B
Java

Component({
externalClasses: ['i-class'],
properties: {
type: {
type: String,
value: ''
},
custom: {
type: String,
value: ''
},
size: {
type: Number,
value: 14
},
color: {
type: String,
value: ''
}
}
});