Skip to content

Commit 90eb124

Browse files
committed
1 parent cde593c commit 90eb124

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
@@ -247,7 +247,7 @@ app.component('todo-list', {
247247
})
248248
```
249249

250-
親コンポーネントでこれをカスタマイズするために、`{{ item }}``<slot>` に置き換えたい場合があります:
250+
親コンポーネントでこれをカスタマイズするために、<span v-pre>`{{ item }}`</span>`<slot>` に置き換えたい場合があります:
251251

252252
```html
253253
<todo-list>

0 commit comments

Comments
 (0)