docs: fix highlighted line (#807)

This commit is contained in:
smdbs 2024-10-14 07:42:15 -04:00 committed by GitHub
parent f8f3fc754f
commit 982f918e53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -183,7 +183,7 @@ Use the `@init-api` emit method on `<Carousel />` component to set the instance
You can access it through setting a template ref on the `<Carousel />` component.
```vue:line-numbers {2,5,9}
```vue:line-numbers {2,5,10}
<script setup>
const carouselContainerRef = ref<InstanceType<typeof Carousel> | null>(null)