ASEMiniProgram/dist/card/index.js
2021-03-21 01:48:56 +08:00

27 lines
432 B
JavaScript

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: ''
}
}
});