docs: fix highlighted line

This commit is contained in:
smdbs 2024-10-13 00:21:38 -04:00
parent 1c7c60330a
commit 525f7eb502

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. 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> <script setup>
const carouselContainerRef = ref<InstanceType<typeof Carousel> | null>(null) const carouselContainerRef = ref<InstanceType<typeof Carousel> | null>(null)