Skip to content

Commit

Permalink
Update 2023-02-01_javascript.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 11, 2023
1 parent dfb67fe commit 22e63e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MyApp/_posts/2023-02-01_javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ const Plugin = {
}
```

```html
<plugin></plugin>
```

<div class="text-center">
<plugin id="plugin" class="text-2xl py-4"></plugin>
</div>
Expand Down Expand Up @@ -255,6 +259,10 @@ export default {

Which we can also mount below:

```html
<hello-api value="Vue 3"></hello-api>
```

<hello-api value="Vue 3" class="w-full font-semibold"></hello-api>

We'll also go through and explain other features used in this component:
Expand Down

0 comments on commit 22e63e3

Please sign in to comment.