Browse Source

Merge pull request #22464 from abpframework/enisn-patch-2

Fix tag closing
pull/22473/head
Engincan VESKE 11 months ago
committed by GitHub
parent
commit
80ad2de545
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/Community-Articles/2025-03-18-Using-Vue-Components/post.md

2
docs/en/Community-Articles/2025-03-18-Using-Vue-Components/post.md

@ -75,7 +75,7 @@ Let's create a simple Vue component to display the TODO list.
```html
<div id="vue-app">
<message-component :message="'Welcome, @CurrentUser.UserName !'"></todo-component>
<message-component :message="'Welcome, @CurrentUser.UserName !'"></message-component>
</div>
```

Loading…
Cancel
Save