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 `