Skip to content

Commit f91eaf0

Browse files
authored
1 parent 9f5f747 commit f91eaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ At the very least, you'll want to include the post's content:
222222
<div v-html="content"></div>
223223
```
224224

225-
If you try this in your template however, Vue will show an error, explaining that **every component must have a single root element**. You can fix this error by wrapping the template in a parent element, such as:
225+
If you try this in your template, however, Vue will show an error, explaining that **every component must have a single root element**. You can fix this error by wrapping the template in a parent element, such as:
226226

227227
```html
228228
<div class="blog-post">

0 commit comments

Comments
 (0)