Skip to content

Commit 1c0dc36

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

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
@@ -181,7 +181,7 @@ To provide content to named slots, we need to use the `v-slot` directive on a `<
181181
</base-layout>
182182
```
183183

184-
Now everything inside the `<template>` elements will be passed to the corresponding slots. Any content not wrapped in a `<template>` using `v-slot` is assumed to be for the default slot.
184+
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

186186
However, you can still wrap default slot content in a `<template>` if you wish to be explicit:
187187

0 commit comments

Comments
 (0)