From 7986693298dcfd153024482a21b8b3ca46fa5cfc Mon Sep 17 00:00:00 2001 From: "@beer" <47961062+iiio2@users.noreply.github.com> Date: Wed, 6 Nov 2024 23:26:13 +0600 Subject: [PATCH] docs: fix grammar --- src/guide/components/props.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/components/props.md b/src/guide/components/props.md index ef9d58554c..c515cb9320 100644 --- a/src/guide/components/props.md +++ b/src/guide/components/props.md @@ -135,7 +135,7 @@ watchEffect(() => { }) ``` -In version 3.4 and below, `foo` is an actual constant and will never change. In version 3.5 and above, Vue's compiler automatically prepends `props.` when code in the same `