Skip to content

Commit 258559e

Browse files
authored
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 48e2de2 commit 258559e

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)