enisn
11 months ago
No known key found for this signature in database
GPG Key ID: A052619F04155D1C
1 changed files with
1 additions and
1 deletions
-
docs/en/Community-Articles/2025-03-18-Using-Vue-Components/post.md
|
|
|
@ -131,7 +131,7 @@ Vue.component('counter-component', { |
|
|
|
}); |
|
|
|
``` |
|
|
|
|
|
|
|
> _Do not replicate `new Vue({})` code block in the file. It's already in the `Index.cshtml.js` file. Keep it as it is._ |
|
|
|
> _Do not replicate `new Vue({})` code block in the file. It's already in the `Index.cshtml.js` file. Keep it at the bottom of the file as it is._ |
|
|
|
|
|
|
|
Run the application and you should see the following output: |
|
|
|
|
|
|
|
|