vue-owl-carousel icon indicating copy to clipboard operation
vue-owl-carousel copied to clipboard

Added goTo props

Open coolstackdev opened this issue 4 years ago • 1 comments

What this PR is for

  • Added goTo props to vue-carousel which enables going to specified carousel item

Why is this PR needed

  • I tried to use urlHash as an alternative way. It moved to correct item when you go to backward. But it didn't point correct item when you pick forward item.
  • This is happening sometimes when it comes to complex combination of user interaction

coolstackdev avatar Jan 28 '21 18:01 coolstackdev

What this PR is for

  • Added goTo props to vue-carousel which enables going to specified carousel item

Why is this PR needed

  • I tried to use urlHash as an alternative way. It moved to correct item when you go to backward. But it didn't point correct item when you pick forward item.
  • This is happening sometimes when it comes to complex combination of user interaction

tryed your pull request goTo funciton works fine but responsive settings isn't working

CristianGOEN avatar Jan 24 '22 13:01 CristianGOEN