vue3-carousel
Advanced tools
Comparing version 0.2.2 to 0.2.4
/** | ||
* Vue 3 Carousel 0.2.2 | ||
* Vue 3 Carousel 0.2.4 | ||
* (c) 2022 | ||
@@ -363,2 +363,7 @@ * @license MIT | ||
} | ||
/** | ||
* use the same options as in onMounted | ||
* https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/removeEventListener#Matching_event_listeners_for_removal | ||
*/ | ||
window.removeEventListener('resize', handleWindowResize, { passive: true }); | ||
}); | ||
@@ -365,0 +370,0 @@ /** |
/** | ||
* Vue 3 Carousel 0.2.2 | ||
* Vue 3 Carousel 0.2.4 | ||
* (c) 2022 | ||
@@ -367,2 +367,7 @@ * @license MIT | ||
} | ||
/** | ||
* use the same options as in onMounted | ||
* https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/removeEventListener#Matching_event_listeners_for_removal | ||
*/ | ||
window.removeEventListener('resize', handleWindowResize, { passive: true }); | ||
}); | ||
@@ -369,0 +374,0 @@ /** |
{ | ||
"name": "vue3-carousel", | ||
"version": "0.2.2", | ||
"version": "0.2.4", | ||
"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
273352
1855