Browse Source

Update post.md

pull/22398/head
enisn 11 months ago
parent
commit
84d9719e5e
No known key found for this signature in database GPG Key ID: A052619F04155D1C
  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

@ -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:

Loading…
Cancel
Save