feat(Form): add label-align prop

This commit is contained in:
陈嘉涵
2020-02-13 16:00:50 +08:00
parent fbe3d20558
commit f1e25123a3
4 changed files with 13 additions and 1 deletions
+1
View File
@@ -405,6 +405,7 @@ export default {
| Attribute | Description | Type | Default |
|------|------|------|------|
| label-align | Label text align, can be set to `center` `right` | *string* | `left` |
| validate-first | Whether to stop the validation when a rule fails | *boolean* | `false` |
### Events