Skip to content

Commit 3b0e016

Browse files
authored
ajustes
pequenos ajustes
1 parent f2de4b4 commit 3b0e016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vueJS.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h2>Validação de formulário</h2>
9191
<br/>
9292
<form id="app-8" @submit="checkForm" action="https://vuejs.org/v2/cookbook/form-validation.html" method="post">
9393

94-
<p>8. Preencha os formulários abaixo:</p>
94+
<i>8. Preencha os formulários abaixo:</i>
9595
<p v-if="errors.length">
9696
<b>Please correct the following error(s):</b>
9797
<ul>
@@ -123,7 +123,7 @@ <h2>Validação de formulário</h2>
123123
<h2>Using Custom Validation (email address)</h2>
124124
<form id="app-9" @submit="checkForm" action="https://vuejs.org/v2/cookbook/form-validation.html" method="post" novalidate="true">
125125

126-
<p>8. Preencha os formulários abaixo:</p>
126+
<i>9. Preencha os formulários abaixo:</i>
127127

128128
<p v-if="errors.length">
129129
<b>Please correct the following error(s):</b>

0 commit comments

Comments
 (0)