Skip to content

Commit a6c3891

Browse files
committed
clarify slot content distribution, fixes #940
1 parent ca4cf79 commit a6c3891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ When using components, it is often desired to compose them like this:
753753

754754
There are two things to note here:
755755

756-
1. The `<app>` component does not know what content may be present inside its mount target. It is decided by whatever parent component that is using `<app>`.
756+
1. The `<app>` component does not know what content it will receive. It is decided by the component using `<app>`.
757757

758758
2. The `<app>` component very likely has its own template.
759759

0 commit comments

Comments
 (0)