xzs-mysql/source/wx/xzs-student/component/iView/card/index.js
2020-09-02 08:44: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: ''
}
}
});