vant-weapp/dist/card/index.js
2018-04-28 12:08:10 +08:00

25 lines
361 B
JavaScript

Component({
options: {
multipleSlots: true
},
externalClasses: ['card-class'],
properties: {
useThumbSlot: {
type: Boolean,
value: false
},
useDetailSlot: {
type: Boolean,
value: false
},
thumb: String,
price: String,
title: String,
num: Number,
desc: String,
status: String
}
});