Comparing version 0.4.21 to 0.4.22
@@ -287,3 +287,3 @@ /* eslint-disable no-void */ | ||
return { | ||
transform: `translate3d(0, ${pxfy(finweckTreeRef.value.sum(startIndexRef.value))}, 0)` | ||
transform: `translateY(${pxfy(finweckTreeRef.value.sum(startIndexRef.value))})` | ||
}; | ||
@@ -290,0 +290,0 @@ }), |
@@ -292,3 +292,3 @@ "use strict"; | ||
return { | ||
transform: `translate3d(0, ${(0, seemly_1.pxfy)(finweckTreeRef.value.sum(startIndexRef.value))}, 0)` | ||
transform: `translateY(${(0, seemly_1.pxfy)(finweckTreeRef.value.sum(startIndexRef.value))})` | ||
}; | ||
@@ -295,0 +295,0 @@ }), |
{ | ||
"name": "vueuc", | ||
"version": "0.4.21", | ||
"version": "0.4.22", | ||
"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
206628