From 258559eca02506627c5994f1c5d8cbb163f9e591 Mon Sep 17 00:00:00 2001 From: MSKhodadady Date: Wed, 8 Jan 2025 21:59:37 +0330 Subject: [PATCH] Update component-basics.md In line 471, the line 4 is highlighted but that's wrong and the line 5 must be highlighted that is about `slot`. --- src/guide/essentials/component-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/essentials/component-basics.md b/src/guide/essentials/component-basics.md index a7342e7898..651a5f8d9c 100644 --- a/src/guide/essentials/component-basics.md +++ b/src/guide/essentials/component-basics.md @@ -468,7 +468,7 @@ Something bad happened. This can be achieved using Vue's custom `` element: -```vue{4} +```vue{5}