nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.

Home Page:https://ui.nuxt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting the value of UCarousels API, select (page)

KealanAU opened this issue · comments

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