From 011ddaa0ae7de305b1e0147449d9f1ea097a40a7 Mon Sep 17 00:00:00 2001 From: Yuichiro Yamashita Date: Sat, 25 Feb 2023 15:22:41 +0900 Subject: [PATCH] add docs --- site/content/docs/03-template-syntax.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/content/docs/03-template-syntax.md b/site/content/docs/03-template-syntax.md index 74a2069c68..f00c33d235 100644 --- a/site/content/docs/03-template-syntax.md +++ b/site/content/docs/03-template-syntax.md @@ -1501,6 +1501,8 @@ The content is exposed in the child component using the `` element, which ``` +Note: If you want to render regular `` element, You can use ``. + #### `` ---