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

Vue component for Owl Carousel 2

Results 51 vue-owl-carousel issues
Sort by recently updated
recently updated
newest added

The following error occurs when using vue3. After installation, there is no development other than basic usage. please check. Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_c')

in nuxt application in ssr mode there is a bug. plase fix this. ![image](https://user-images.githubusercontent.com/30490118/126861557-67d2bf6e-da00-4e3e-a196-abbf857a3c57.png)

The audoplaySpeed param only accepts Boolean as its type, it makes the option unable to be set.

## 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...

Bumps [tar](https://github.com/npm/node-tar) from 4.4.6 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

https://github.com/s950329/vue-owl-carousel#autoplayspeed The "autoplaySpeed" props need to support Number or Boolean types, but supported only Boolean type.

` ` What should i do? (im using vue-owl-carousel2)

how do i insert the images via v-for loop? i tried: ``` carousel v-for="(image,index) in images" img :src="image.url" ``` and: `img v-for="(image, index) in images" :src="image.url"` both not work.