nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
3.4k stars 374 forks source link

Setting the value of UCarousels API, select (page) #1742

Open KealanAU opened 2 weeks ago

KealanAU commented 2 weeks ago

Description

How can I set the carouselRef.value.select during the onMounted lifecycle of a component when using UCarousel? I've tried following the autoplay example provided in the UCarousel, but it seems that when changing from interval to nexttick in onMounted .select isn't functioning as expected. What would be the most effective approach to achieving setting the prop/value so that i can start the carousel at n

StackBlitz-Example