badge.js 196 B

1234567891011121314151617
  1. Component({
  2. options: {
  3. addGlobalClass: true
  4. },
  5. properties: {
  6. extClass: {
  7. type: String,
  8. value: ''
  9. },
  10. content: {
  11. type: String,
  12. value: ''
  13. }
  14. }
  15. })