From a6b2f6a5dc78761de95daebc8914ac4d75aa527a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=B6=E7=91=B6?= <26200808+KiritaniAyaka@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:26:41 +0800 Subject: [PATCH] Update async.md --- src/guide/components/async.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/components/async.md b/src/guide/components/async.md index fe786b969d..a416c11b3e 100644 --- a/src/guide/components/async.md +++ b/src/guide/components/async.md @@ -188,7 +188,7 @@ hydrateOnInteraction(['wheel', 'mouseover']) import { defineAsyncComponent, type HydrationStrategy } from 'vue' const myStrategy: HydrationStrategy = (hydrate, forEachElement) => { - // forEachElement is a helper to iterate through all the root elememts + // forEachElement is a helper to iterate through all the root elements // in the component's non-hydrated DOM, since the root can be a fragment // instead of a single element forEachElement(el => {