docs: fix highlighted line (#807)
This commit is contained in:
parent
f8f3fc754f
commit
982f918e53
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user