officialAccount/uni_modules/vk-uview-ui/components/u-text/libs/mixin/button.js

14 lines
303 B
JavaScript
Raw Normal View History

2025-05-26 16:48:12 +08:00
export default {
props: {
lang: String,
sessionFrom: String,
sendMessageTitle: String,
sendMessagePath: String,
sendMessageImg: String,
showMessageCard: Boolean,
appParameter: String,
formType: String,
openType: String
}
}