Skip to content

Commit

Permalink
docs: rephrasing for understanding (#2783)
Browse files Browse the repository at this point in the history
* docs: rephrasing for understanding

* docs: rephrasing component basics

* docs: rephrased for better understanding

* docs: added comment to code

---------

Co-authored-by: 404answernotfound <[email protected]>
  • Loading branch information
404answernotfound and 404answernotfound committed Apr 16, 2024
1 parent d8cd9c8 commit 456e418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/guide/essentials/component-basics.md
Expand Up @@ -469,6 +469,7 @@ Something bad happened.
This can be achieved using Vue's custom `<slot>` element:

```vue{4}
<!-- AlertBox.vue -->
<template>
<div class="alert-box">
<strong>This is an Error for Demo Purposes</strong>
Expand Down

0 comments on commit 456e418

Please sign in to comment.