You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
303 B

7 months ago
  1. export default {
  2. props: {
  3. lang: String,
  4. sessionFrom: String,
  5. sendMessageTitle: String,
  6. sendMessagePath: String,
  7. sendMessageImg: String,
  8. showMessageCard: Boolean,
  9. appParameter: String,
  10. formType: String,
  11. openType: String
  12. }
  13. }