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/components/async.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ In Vue 3.5+, async components can control when they are hydrated by providing a
118
118
119
119
- The design is intentionally low-level for flexibility. Compiler syntax sugar can potentially be built on top of this in the future either in core or in higher level solutions (e.g. Nuxt).
### Hydrate on Interaction {#hydrate-on-interaction}
167
167
168
168
Hydrates when specified event(s) are triggered on the component element(s). The event that triggered the hydration will also be replayed once hydration is complete.
169
169
@@ -182,7 +182,7 @@ Can also be a list of multiple event types:
If you prefer to have more visual distinction between destructured props and normal variables in your IDE, Vue's VSCode extension provides a setting to enable inlay-hints for destructured props.
156
156
157
-
### Passing Destructured Props into Functions
157
+
### Passing Destructured Props into Functions {#passing-destructured-props-into-functions}
158
158
159
159
When we pass a destructured prop into a function, e.g.:
0 commit comments