feat(Form): add colon prop

This commit is contained in:
陈嘉涵
2020-02-14 12:12:44 +08:00
parent 911b6769e4
commit 9371bc06c8
6 changed files with 52 additions and 6 deletions
+1
View File
@@ -409,6 +409,7 @@ export default {
| label-align | Field label align, can be set to `center` `right` | *string* | `left` |
| input-align | Field input align, can be set to `center` `right` | *string* | `left` |
| error-message-align | Error message align, can be set to `center` `right` | *string* | `left` |
| colon | Whether to display `:` after label | *boolean* | *false* |
| validate-first | Whether to stop the validation when a rule fails | *boolean* | `false` |
### Events