From a7ab541ea0e341fcc53c903cf0fff4e398a468e2 Mon Sep 17 00:00:00 2001 From: wuchouchou Date: Tue, 7 Sep 2021 22:09:04 +0800 Subject: [PATCH 1/2] Update component-props.md add description of condition about implied casting --- src/guide/component-props.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/guide/component-props.md b/src/guide/component-props.md index e8d2ee60dc..857bf20724 100644 --- a/src/guide/component-props.md +++ b/src/guide/component-props.md @@ -61,6 +61,7 @@ In the two examples above, we happen to pass string values, but _any_ type of va ```html + From 4d8d8369263518545c98f967f8984b79a84bf935 Mon Sep 17 00:00:00 2001 From: wuchouchou Date: Wed, 8 Sep 2021 13:50:34 +0800 Subject: [PATCH 2/2] Update src/guide/component-props.md Co-authored-by: Natalia Tepluhina --- src/guide/component-props.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/component-props.md b/src/guide/component-props.md index 857bf20724..94e9505f82 100644 --- a/src/guide/component-props.md +++ b/src/guide/component-props.md @@ -61,7 +61,7 @@ In the two examples above, we happen to pass string values, but _any_ type of va ```html - +