shuziren/job-seeker/miniprogram-2/miniprogram_npm/iview-weapp/icon/index.js

23 lines
377 B
JavaScript
Raw Normal View History

2024-02-29 08:06:26 +00:00
Component({
externalClasses: ['i-class'],
properties: {
type: {
type: String,
value: ''
},
custom: {
type: String,
value: ''
},
size: {
type: Number,
value: 14
},
color: {
type: String,
value: ''
}
}
});