From 0547da11197fd71f3a2af2446e7c31e434965201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E9=BC=8E?= Date: Sat, 8 Jun 2019 21:40:30 +0800 Subject: [PATCH] Add comments to make clear It's easy to missee those two components. At the first seeing I thought those were an open tag and a close tag. --- site/content/tutorial/03-props/02-default-values/text.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site/content/tutorial/03-props/02-default-values/text.md b/site/content/tutorial/03-props/02-default-values/text.md index dda6a370fe..9ca741cba0 100644 --- a/site/content/tutorial/03-props/02-default-values/text.md +++ b/site/content/tutorial/03-props/02-default-values/text.md @@ -13,6 +13,8 @@ We can easily specify default values for props: If we now instantiate the component without an `answer` prop, it will fall back to the default: ```html +// With prop +// Without prop -``` \ No newline at end of file +```