chore: typos --hidden

This commit is contained in:
sadeghbarati 2024-04-28 09:47:08 +03:30
parent 28ef5d7b4b
commit ceda8cd8fb
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ const plugin = Autoplay({
class="relative w-full max-w-xs" class="relative w-full max-w-xs"
:plugins="[plugin]" :plugins="[plugin]"
@mouseenter="plugin.stop" @mouseenter="plugin.stop"
@mouseleave="[plugin.reset(), plugin.play(), console.log('Runing')];" @mouseleave="[plugin.reset(), plugin.play(), console.log('Running')];"
> >
<CarouselContent> <CarouselContent>
<CarouselItem v-for="(_, index) in 5" :key="index"> <CarouselItem v-for="(_, index) in 5" :key="index">

View File

@ -15,7 +15,7 @@ const plugin = Autoplay({
class="relative w-full max-w-xs" class="relative w-full max-w-xs"
:plugins="[plugin]" :plugins="[plugin]"
@mouseenter="plugin.stop" @mouseenter="plugin.stop"
@mouseleave="[plugin.reset(), plugin.play(), console.log('Runing')];" @mouseleave="[plugin.reset(), plugin.play(), console.log('Running')];"
> >
<CarouselContent> <CarouselContent>
<CarouselItem v-for="(_, index) in 5" :key="index"> <CarouselItem v-for="(_, index) in 5" :key="index">