vant-weapp/dist/card/index.js
2018-07-10 16:33:11 +08:00

26 lines
390 B
JavaScript

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