From 3de9437cd7382ed26f334e447bd58114c9c027fc Mon Sep 17 00:00:00 2001 From: defcc Date: Wed, 19 Oct 2016 14:22:15 +0800 Subject: [PATCH] update component inline-template --- src/guide/components.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/guide/components.md b/src/guide/components.md index bfc04bf1d8..5fbf7e4f0f 100644 --- a/src/guide/components.md +++ b/src/guide/components.md @@ -994,8 +994,10 @@ When the `inline-template` special attribute is present on a child component, th ``` html -

These are compiled as the component's own template.

-

Not parent's transclusion content.

+
+

These are compiled as the component's own template.

+

Not parent's transclusion content.

+
```