overseas/uni_modules/uv-ui-tools/libs/mixin/button.js

14 lines
303 B
JavaScript
Raw Normal View History

2024-05-31 15:08:24 +08:00
export default {
props: {
lang: String,
sessionFrom: String,
sendMessageTitle: String,
sendMessagePath: String,
sendMessageImg: String,
showMessageCard: Boolean,
appParameter: String,
formType: String,
openType: String
}
}