From 5ef5c523d85c24a1cc78da1274cdd66e794c4826 Mon Sep 17 00:00:00 2001 From: Wang Ningning <2453549420@qq.com> Date: Fri, 21 Jul 2023 09:30:15 +0800 Subject: [PATCH] Update components-slots.md Might be better to add "'s parent" --- src/v2/guide/components-slots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/guide/components-slots.md b/src/v2/guide/components-slots.md index 6ba9bc2710..9eb0105ff0 100644 --- a/src/v2/guide/components-slots.md +++ b/src/v2/guide/components-slots.md @@ -71,7 +71,7 @@ That slot has access to the same instance properties (i.e. the same "scope") as ```