Browse Source

docs(form): en us submit desc edit

richard1015 3 years ago
parent
commit
3500d8a9a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packages/__VUE/form/doc.en-US.md

+ 1 - 1
src/packages/__VUE/form/doc.en-US.md

@@ -403,6 +403,6 @@ Use [ref](https://vuejs.org/guide/essentials/template-refs.html#template-refs) t
 
 | Name              | Description                                                                                                       | Arguments                   | Return value |
 |-------------------|-------------------------------------------------------------------------------------------------------------------|-----------------------------|--------------|
-| submit`v3.2.8`            | Method of submitting form for verification                                                                        | -                           | Promise      |
+| submit`v3.2.8`            | Method of submitting form for verification                                                                        | -                           | -      |
 | reset             | Clear verification results                                                                                        | -                           | -            |
 | validate`v3.1.13` | Active trigger verification is used to trigger when the user customizes the scene, such as blur and change events | Same as FormItem prop value | -            |