hooper icon indicating copy to clipboard operation
hooper copied to clipboard

Swipe doesn't work correctly with nuxt-link

Open fahamidev opened this issue 5 years ago • 2 comments

I use <nuxt-link> in <Slide> When I'm swiping, the carousel goes to the address before leaving swipe.

<slide class="text-center d-block">
    <nuxt-link :to="localePath('index')">
        <img class="img-fluid" src="url.jpg" alt="">
    </nuxt-link>
</slide>

Is there a specific way to apply a link in slide ?

Thank you for your guidance.

fahamidev avatar Sep 17 '19 13:09 fahamidev

I have a similar problem and also have a <nuxt-link> inside <slide>. Each mouse drag is triggering the link click, which I do not want. A drag should slide and a click should link. Is there a way to achieve this?

donni106 avatar Oct 28 '19 12:10 donni106

Hi, any one found a solution for this ? It's kind of a deal breaker.... Just finished a project, and wouldn't want to change slider now... Thanks !

badoubadou avatar Mar 24 '21 15:03 badoubadou