Comparing version 0.4.26 to 0.4.27
@@ -123,2 +123,4 @@ /* eslint-disable @typescript-eslint/no-non-null-assertion */ | ||
: getRect(target); | ||
follower.style.setProperty('--v-target-width', `${Math.round(targetRect.width)}px`); | ||
follower.style.setProperty('--v-target-height', `${Math.round(targetRect.height)}px`); | ||
const { width, minWidth, placement, internalShift, flip } = props; | ||
@@ -125,0 +127,0 @@ follower.setAttribute('v-placement', placement); |
@@ -128,2 +128,4 @@ "use strict"; | ||
: (0, utils_1.getRect)(target); | ||
follower.style.setProperty('--v-target-width', `${Math.round(targetRect.width)}px`); | ||
follower.style.setProperty('--v-target-height', `${Math.round(targetRect.height)}px`); | ||
const { width, minWidth, placement, internalShift, flip } = props; | ||
@@ -130,0 +132,0 @@ follower.setAttribute('v-placement', placement); |
{ | ||
"name": "vueuc", | ||
"version": "0.4.26", | ||
"version": "0.4.27", | ||
"description": "Util Components for Vue", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
215687
5633