Skip to content

Commit 27b5615

Browse files
authored
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 d6b50e8 commit 27b5615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/component-basics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ Something bad happened.
468468

469469
This can be achieved using Vue's custom `<slot>` element:
470470

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

0 commit comments

Comments
 (0)