File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ <h2>Validação de formulário</h2>
91
91
< br />
92
92
< form id ="app-8 " @submit ="checkForm " action ="https://vuejs.org/v2/cookbook/form-validation.html " method ="post ">
93
93
94
- < p > 8. Preencha os formulários abaixo:</ p >
94
+ < i > 8. Preencha os formulários abaixo:</ i >
95
95
< p v-if ="errors.length ">
96
96
< b > Please correct the following error(s):</ b >
97
97
< ul >
@@ -123,7 +123,7 @@ <h2>Validação de formulário</h2>
123
123
< h2 > Using Custom Validation (email address)</ h2 >
124
124
< form id ="app-9 " @submit ="checkForm " action ="https://vuejs.org/v2/cookbook/form-validation.html " method ="post " novalidate ="true ">
125
125
126
- < p > 8 . Preencha os formulários abaixo:</ p >
126
+ < i > 9 . Preencha os formulários abaixo:</ i >
127
127
128
128
< p v-if ="errors.length ">
129
129
< b > Please correct the following error(s):</ b >
You can’t perform that action at this time.
0 commit comments