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"
|
||||
:plugins="[plugin]"
|
||||
@mouseenter="plugin.stop"
|
||||
@mouseleave="[plugin.reset(), plugin.play(), console.log('Runing')];"
|
||||
@mouseleave="[plugin.reset(), plugin.play(), console.log('Running')];"
|
||||
>
|
||||
<CarouselContent>
|
||||
<CarouselItem v-for="(_, index) in 5" :key="index">
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ const plugin = Autoplay({
|
|||
class="relative w-full max-w-xs"
|
||||
:plugins="[plugin]"
|
||||
@mouseenter="plugin.stop"
|
||||
@mouseleave="[plugin.reset(), plugin.play(), console.log('Runing')];"
|
||||
@mouseleave="[plugin.reset(), plugin.play(), console.log('Running')];"
|
||||
>
|
||||
<CarouselContent>
|
||||
<CarouselItem v-for="(_, index) in 5" :key="index">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user