Skip to content

Commit

Permalink
Update component-basics.md - wrong highlight about slot (#3142)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
MSKhodadady authored and szymonlicau committed Jan 21, 2025
1 parent 90db17d commit 66d7628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/essentials/component-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ Something bad happened.

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

```vue{4}
```vue{5}
<!-- AlertBox.vue -->
<template>
<div class="alert-box">
Expand Down

0 comments on commit 66d7628

Please sign in to comment.