yhjz_xcx/static/iview/icon/index.js

23 lines
377 B
JavaScript
Raw Permalink Normal View History

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