Skip to content

Commit 2c21ccf

Browse files
authored
Update instance.md
Removed a paragraph that remained untranslated
1 parent cd1e4f9 commit 2c21ccf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/guide/instance.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ Vue.createApp({
138138
})
139139
```
140140

141-
There are also other hooks which will be called at different stages of the instance's lifecycle, such as [mounted](../api/options-lifecycle-hooks.html#mounted), [updated](../api/options-lifecycle-hooks.html#updated), and [unmounted](../api/options-lifecycle-hooks.html#unmounted). All lifecycle hooks are called with their `this` context pointing to the current active instance invoking it.
142141
Existem também outros gatilhos que serão chamados em diferentes etapas do ciclo de vida da instância, como [`mounted`](../api/options-lifecycle-hooks.html#mounted), [`updated`](../api/options-lifecycle-hooks.html#updated), e [`unmounted`](../api/options-lifecycle-hooks.html#unmounted). Todos os gatilhos de ciclo de vida são executados com seu contexto `this` apontando para a atual instância ativa que o invoca.
143142

144143
::: tip

0 commit comments

Comments
 (0)