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

27 lines
432 B
JavaScript
Raw Normal View History

2024-02-29 08:06:26 +00:00
Component({
externalClasses: ['i-class'],
options: {
multipleSlots: true
},
properties: {
full: {
type: Boolean,
value: false
},
thumb: {
type: String,
value: ''
},
title: {
type: String,
value: ''
},
extra: {
type: String,
value: ''
}
}
});