ASR/miniprogram/dist/card/index.js
Saturneric 73fc37e472 Add.
2020-09-01 00:55:41 +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: ''
}
}
});