Skip to content

Commit 3f36e0d

Browse files
Update src/guide/component-slots.md
Co-Authored-By: Ben Hong <ben@bencodezen.io>
1 parent 1c0dc36 commit 3f36e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/component-slots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ To provide content to named slots, we need to use the `v-slot` directive on a `<
183183

184184
Now everything inside the `<template>` elements will be passed to the corresponding slots. Any content not wrapped in a `<template>` using `v-slot` will automatically be rendered in the default slot.
185185

186-
However, you can still wrap default slot content in a `<template>` if you wish to be explicit:
186+
However, wrapping your default slot content with a `<template>` can be beneficial in being explicit with how the content is intended to be rendered.
187187

188188
```html
189189
<base-layout>

0 commit comments

Comments
 (0)