From 84d9719e5e1d165f4e453ce63d7d18c44d1e75bb Mon Sep 17 00:00:00 2001 From: enisn Date: Tue, 18 Mar 2025 18:44:28 +0300 Subject: [PATCH] Update post.md --- .../Community-Articles/2025-03-18-Using-Vue-Components/post.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Community-Articles/2025-03-18-Using-Vue-Components/post.md b/docs/en/Community-Articles/2025-03-18-Using-Vue-Components/post.md index eb9a83d428..ed478af3de 100644 --- a/docs/en/Community-Articles/2025-03-18-Using-Vue-Components/post.md +++ b/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: