Skip to content

Commit 877a318

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

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
@@ -164,7 +164,7 @@ For these cases, the `<slot>` element has a special attribute, `name`, which can
164164

165165
A `<slot>` outlet without `name` implicitly has the name "default".
166166

167-
To provide content to named slots, we can use the `v-slot` directive on a `<template>`, providing the name of the slot as `v-slot`'s argument:
167+
To provide content to named slots, we need to use the `v-slot` directive on a `<template>` element, providing the name of the slot as `v-slot`'s argument:
168168

169169
```html
170170
<base-layout>

0 commit comments

Comments
 (0)