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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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> |
|
|
|
``` |
|
|
|
|
|
|
|
|