Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
a0e82aa8
Commit
a0e82aa8
authored
Jun 02, 2022
by
bofeng
Committed by
GitHub
Jun 02, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: update form.md (#21902)
parent
4b2b24a7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
examples/docs/en-US/form.md
examples/docs/en-US/form.md
+1
-1
examples/docs/es/form.md
examples/docs/es/form.md
+1
-1
examples/docs/fr-FR/form.md
examples/docs/fr-FR/form.md
+1
-1
examples/docs/zh-CN/form.md
examples/docs/zh-CN/form.md
+1
-1
No files found.
examples/docs/en-US/form.md
View file @
a0e82aa8
...
@@ -476,7 +476,7 @@ Custom validate callback function must be called. See more advanced usage at [as
...
@@ -476,7 +476,7 @@ Custom validate callback function must be called. See more advanced usage at [as
{ type: 'number', message: 'age must be a number'}
{ type: 'number', message: 'age must be a number'}
]"
]"
>
>
<el-input
type=
"age"
v-model.number=
"numberValidateForm.age"
autocomplete=
"off"
></el-input>
<el-input
v-model.number=
"numberValidateForm.age"
autocomplete=
"off"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<el-button
type=
"primary"
@
click=
"submitForm('numberValidateForm')"
>
Submit
</el-button>
<el-button
type=
"primary"
@
click=
"submitForm('numberValidateForm')"
>
Submit
</el-button>
...
...
examples/docs/es/form.md
View file @
a0e82aa8
...
@@ -485,7 +485,7 @@ Se debe llamar a la función de validación de llamada de retorno personalizada.
...
@@ -485,7 +485,7 @@ Se debe llamar a la función de validación de llamada de retorno personalizada.
{ type: 'number', message: 'age must be a number'}
{ type: 'number', message: 'age must be a number'}
]"
]"
>
>
<el-input
type=
"age"
v-model.number=
"numberValidateForm.age"
autocomplete=
"off"
></el-input>
<el-input
v-model.number=
"numberValidateForm.age"
autocomplete=
"off"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<el-button
type=
"primary"
@
click=
"submitForm('numberValidateForm')"
>
Submit
</el-button>
<el-button
type=
"primary"
@
click=
"submitForm('numberValidateForm')"
>
Submit
</el-button>
...
...
examples/docs/fr-FR/form.md
View file @
a0e82aa8
...
@@ -475,7 +475,7 @@ Les callback de validations personnalisées doivent être appelées. Un usage pl
...
@@ -475,7 +475,7 @@ Les callback de validations personnalisées doivent être appelées. Un usage pl
{ type: 'number', message: 'l\'âge doit être un nombre'}
{ type: 'number', message: 'l\'âge doit être un nombre'}
]"
]"
>
>
<el-input
type=
"age"
v-model.number=
"numberValidateForm.age"
autocomplete=
"off"
></el-input>
<el-input
v-model.number=
"numberValidateForm.age"
autocomplete=
"off"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<el-button
type=
"primary"
@
click=
"submitForm('numberValidateForm')"
>
Soumettre
</el-button>
<el-button
type=
"primary"
@
click=
"submitForm('numberValidateForm')"
>
Soumettre
</el-button>
...
...
examples/docs/zh-CN/form.md
View file @
a0e82aa8
...
@@ -470,7 +470,7 @@ W3C 标准中有如下[规定](https://www.w3.org/MarkUp/html-spec/html-spec_8.h
...
@@ -470,7 +470,7 @@ W3C 标准中有如下[规定](https://www.w3.org/MarkUp/html-spec/html-spec_8.h
{ type: 'number', message: '年龄必须为数字值'}
{ type: 'number', message: '年龄必须为数字值'}
]"
]"
>
>
<el-input
type=
"age"
v-model.number=
"numberValidateForm.age"
autocomplete=
"off"
></el-input>
<el-input
v-model.number=
"numberValidateForm.age"
autocomplete=
"off"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
<el-button
type=
"primary"
@
click=
"submitForm('numberValidateForm')"
>
提交
</el-button>
<el-button
type=
"primary"
@
click=
"submitForm('numberValidateForm')"
>
提交
</el-button>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment