Skip to content

Commit 9ba4fe9

Browse files
authored
Merge pull request #56 from vuejs-br/fix-merge-conditional
Fix merge problems on "conditional.md"
2 parents a234366 + 31e2cd5 commit 9ba4fe9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/guide/conditional.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,4 @@ De modo geral, `v-if` tem custo maior nas alternâncias de renderização, enqua
9191
Usar `v-if` e `v-for` juntos **não é recomendado**. Veja o [guia de estilos](../style-guide/#avoid-v-if-with-v-for-essential) para mais informações.
9292
:::
9393

94-
<<<<<<< HEAD
95-
Quando usado em conjunto com `v-if`, `v-for` possui maior prioridade do que `v-if`. Veja o [guia de renderização de listas](list#v-for-with-v-if) para mais detalhes.
96-
=======
97-
When `v-if` and `v-for` are both used on the same element, `v-if` will be evaluated first. See the [list rendering guide](list#v-for-with-v-if) for details.
98-
>>>>>>> 84d3484c8edff3aff5e832d69ace073ea0e182a0
94+
Quando `v-if` e `v-for` são usados juntos no mesmo elemento, `v-if` será avaliado primeiro. Veja sobre [Renderização de Listas](list#v-for-with-v-if) para mais detalhes.

0 commit comments

Comments
 (0)