FlowPacs/yudao-ui-app-v1/uni_modules/uview-ui/libs/mixin/button.js

14 lines
303 B
JavaScript
Raw Normal View History

2021-11-27 23:45:09 +08:00
export default {
props: {
lang: String,
sessionFrom: String,
sendMessageTitle: String,
sendMessagePath: String,
sendMessageImg: String,
showMessageCard: Boolean,
appParameter: String,
formType: String,
openType: String
}
}