Skip to content

Commit a3b83da

Browse files
MSKhodadadyjay-es
authored andcommitted
Update component-basics.md - wrong highlight about slot (#3142)
Update component-basics.md In line 471, the line 4 is highlighted but that's wrong and the line 5 must be highlighted that is about `slot`.
1 parent 425ffc7 commit a3b83da

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)