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

Simple product carousel with hot image replacement, Zoom and Swipe mode

Results 15 vue-product-carousel issues
Sort by recently updated
recently updated
newest added

```vue Sidebar content here import ProductCarousel from 'vue-product-carousel' export default { components: { ProductCarousel }, data () { return { images: [ 'https://res.cloudinary.com/dxn1bjdta/image/upload/c_scale,w_3000,f_auto/v1606989818/vue-product-carousel/nike.jpg', 'https://res.cloudinary.com/dxn1bjdta/image/upload/c_scale,w_3000,f_auto/v1606989818/vue-product-carousel/nike.jpg', 'https://res.cloudinary.com/dxn1bjdta/image/upload/c_scale,w_3000,f_auto/v1606989818/vue-product-carousel/nike.jpg' ] } } } ```...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vue](https://redirect.github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://redirect.github.com/vuejs/core)) | [`~2` -> `~3.0.0`](https://renovatebot.com/diffs/npm/vue/2.0.0/3.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/vue/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [browser-tools](https://circleci.com/developer/orbs/orb/circleci/browser-tools) | orb | patch | `1.5.2` -> `1.5.3` | --- ### Configuration...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [core-js](https://redirect.github.com/zloirock/core-js) ([source](https://redirect.github.com/zloirock/core-js/tree/HEAD/packages/core-js)) | [`3.40.0` -> `3.41.0`](https://renovatebot.com/diffs/npm/core-js/3.40.0/3.41.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/core-js/3.41.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

Bumps [vue](https://github.com/vuejs/core) from 2.7.16 to 3.0.0. Changelog Sourced from vue's changelog. 3.0.0 (2020-09-18) 3.0.0-rc.13 (2020-09-18) Bug Fixes hmr: make hmr working with class components (#2144) (422f05e) reactivity: avoid length mutating...

dependencies