We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e512d commit 5162a1eCopy full SHA for 5162a1e
src/guide/components/async.md
@@ -188,7 +188,7 @@ hydrateOnInteraction(['wheel', 'mouseover'])
188
import { defineAsyncComponent, type HydrationStrategy } from 'vue'
189
190
const myStrategy: HydrationStrategy = (hydrate, forEachElement) => {
191
- // forEachElement is a helper to iterate through all the root elememts
+ // forEachElement is a helper to iterate through all the root elements
192
// in the component's non-hydrated DOM, since the root can be a fragment
193
// instead of a single element
194
forEachElement(el => {
0 commit comments