Skip to content

Commit 9f826e9

Browse files
committed
1 parent c06c5b0 commit 9f826e9

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
@@ -264,7 +264,7 @@ app.component('todo-list', {
264264
```html
265265
<ul>
266266
<li v-for="( item, index ) in items">
267-
<slot v-bind:item="item"></slot>
267+
<slot :item="item"></slot>
268268
</li>
269269
</ul>
270270
```

0 commit comments

Comments
 (0)