1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-06 03:58:05 +08:00
2018-11-10 16:49:17 +08:00

15 lines
293 B
JavaScript

export var button = Behavior({
properties: {
id: String,
sessionFrom: String,
appParameter: String,
sendMessageImg: String,
sendMessagePath: String,
showMessageCard: String,
sendMessageTitle: String,
lang: {
type: String,
value: 'en'
}
}
});