feat(Form): add submit method

This commit is contained in:
陈嘉涵
2020-02-13 15:43:11 +08:00
parent 7b200d0053
commit fbe3d20558
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -420,6 +420,7 @@ Use [ref](https://vuejs.org/v2/api/#ref) to get Form instance and call instance
| Name | Description | Attribute | Return value |
|------|------|------|------|
| submit | Submit form | - | - |
| validate | Validate form | *name?: string* | *Promise* |
| resetValidation | Reset validation | *name?: string* | - |