Skip to content

Commit

Permalink
Update component-basics.md
Browse files Browse the repository at this point in the history
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 Jan 8, 2025
1 parent 48e2de2 commit 258559e
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 258559e

Please sign in to comment.