docs: fix highlighted line
This commit is contained in:
parent
1c7c60330a
commit
525f7eb502
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user