docs(docs): [badge] fix badge.md prop description error (#7419)

This commit is contained in:
Travis 2022-05-04 12:10:25 +08:00 committed by GitHub
parent 1aea7df945
commit eda5bd8695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ badge/dot
| `max` | maximum value, shows `{max}+` when exceeded. Only works if `value` is a number. | `number` | `99` |
| `is-dot` | if a little dot is displayed. | `boolean` | `false` |
| `hidden` | hidden badge. | `boolean` | `false` |
| `type` | button type. | `'primary' \| 'success' \| 'warning' \| 'danger' \| 'info'` | `'danger'` |
| `type` | badge type. | `'primary' \| 'success' \| 'warning' \| 'danger' \| 'info'` | `'danger'` |
### Badge Slots