Skip to content

Commit 57045ca

Browse files
authored
Update component-basics.md - wrong highlight about slot (#2479)
1 parent 49aa1b2 commit 57045ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/component-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ HTML 要素と同じように、以下のようにコンポーネントにコン
468468

469469
これは Vue のカスタム要素 `<slot>` を用いて実現することができます:
470470

471-
```vue{4}
471+
```vue{5}
472472
<!-- AlertBox.vue -->
473473
<template>
474474
<div class="alert-box">

0 commit comments

Comments
 (0)