vue3-carousel
Advanced tools
Comparing version 0.1.15 to 0.1.16
/** | ||
* Vue 3 Carousel 0.1.15 | ||
* Vue 3 Carousel 0.1.16 | ||
* (c) 2021 | ||
@@ -174,5 +174,5 @@ * @license MIT | ||
onMounted(() => { | ||
updateSlideWidth(); | ||
if (breakpoints.value) | ||
updateConfig(); | ||
updateSlideWidth(); | ||
// @ts-ignore | ||
@@ -179,0 +179,0 @@ window.addEventListener('resize', handleWindowResize, { passive: true }); |
/** | ||
* Vue 3 Carousel 0.1.15 | ||
* Vue 3 Carousel 0.1.16 | ||
* (c) 2021 | ||
@@ -178,5 +178,5 @@ * @license MIT | ||
vue.onMounted(() => { | ||
updateSlideWidth(); | ||
if (breakpoints.value) | ||
updateConfig(); | ||
updateSlideWidth(); | ||
// @ts-ignore | ||
@@ -183,0 +183,0 @@ window.addEventListener('resize', handleWindowResize, { passive: true }); |
{ | ||
"name": "vue3-carousel", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "rollup -c", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package