You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guide/essentials/lifecycle.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ setTimeout(() => {
51
51
}, 100)
52
52
```
53
53
54
-
Do note this doesn't mean that the call must be placed lexically inside `setup()` or `<script setup>`,`onMounted()` can be called in an external function as long as the call stack is synchronous and originates from within `setup()`.
54
+
Do note this doesn't mean that the call must be placed lexically inside `setup()` or `<script setup>`.`onMounted()` can be called in an external function as long as the call stack is synchronous and originates from within `setup()`.
0 commit comments