You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Property 'page' does not exist on type 'CreateComponentPublicInstanceWithMixins(...)
Property 'select' does not exist on type 'CreateComponentPublicInstanceWithMixins(...)
Property 'next' does not exist on type 'CreateComponentPublicInstanceWithMixins(...)
How should I correctly infer the type for UCarousel?
Nuxt v3.15.1
NuxtUI v2.20.0
The text was updated successfully, but these errors were encountered:
Description
I just tried the example about autoplay in UCarousel, but with TypeScript.
And I get some TypeScript errors:
Property 'page' does not exist on type 'CreateComponentPublicInstanceWithMixins(...)
Property 'select' does not exist on type 'CreateComponentPublicInstanceWithMixins(...)
Property 'next' does not exist on type 'CreateComponentPublicInstanceWithMixins(...)
How should I correctly infer the type for UCarousel?
Nuxt v3.15.1
NuxtUI v2.20.0
The text was updated successfully, but these errors were encountered: