From 525f7eb5020383f88f2584d069737b63bcf58a90 Mon Sep 17 00:00:00 2001
From: smdbs <1289707349@qq.com>
Date: Sun, 13 Oct 2024 00:21:38 -0400
Subject: [PATCH] docs: fix highlighted line
---
apps/www/src/content/docs/components/carousel.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/www/src/content/docs/components/carousel.md b/apps/www/src/content/docs/components/carousel.md
index 091b9bf7..053c7a14 100644
--- a/apps/www/src/content/docs/components/carousel.md
+++ b/apps/www/src/content/docs/components/carousel.md
@@ -183,7 +183,7 @@ Use the `@init-api` emit method on `` component to set the instance
You can access it through setting a template ref on the `` component.
-```vue:line-numbers {2,5,9}
+```vue:line-numbers {2,5,10}