chore: typos --hidden
This commit is contained in:
parent
28ef5d7b4b
commit
ceda8cd8fb
|
|
@ -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">
|
||||||
|
|
|
||||||
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user