Files
CompanyProject/衣莎项目/源码/YiShaXiYi/extend/iview/dist/icon/index.js
2024-09-27 01:32:49 +08:00

23 lines
377 B
JavaScript

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