Skip to content

Commit 6e154c1

Browse files
pvrsouzaktsn
authored andcommitted
removing English text from pt-br file (#1449)
1 parent 4b82bb2 commit 6e154c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/ptbr/guide/forms.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ Ao usar o Vuex no modo estrito, pode ser um pouco complicado usar `v-model` em u
66
<input v-model="obj.message">
77
```
88

9-
Assuming `obj` is a computed property that returns an Object from the store, the `v-model` here will attempt to directly mutate `obj.message` when the user types in the input. In strict mode, this will result in an error because the mutation is not performed inside an explicit Vuex mutation handler.
10-
119
Assumindo que `obj` é um dado computado que retorna um Objeto do _store_, o `v-model` aqui tentará alterar diretamente o `obj.message` quando o usuário digitar alguma coisa. No modo estrito, isso resultará em um erro porque a mutação não é executada dentro de um manipulador explícito de mutação Vuex.
1210

1311
O "modo Vuex" para lidar com isso é vinculando o valor do(s) `<input>`'s e chamar uma ação no evento `input` ou `change`:

0 commit comments

Comments
 (0)