From 982f918e53561b11f4d1ed8167a30247ddbed9dd Mon Sep 17 00:00:00 2001 From: smdbs <76273268+smdbs01@users.noreply.github.com> Date: Mon, 14 Oct 2024 07:42:15 -0400 Subject: [PATCH] docs: fix highlighted line (#807) --- 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}