vue-pdf-eurlanda
Advanced tools
Comparing version 1.0.32 to 1.0.33
@@ -31,3 +31,3 @@ { | ||
"scripts": {}, | ||
"version": "1.0.32" | ||
"version": "1.0.33" | ||
} |
@@ -88,5 +88,5 @@ import resizeSensor from 'vue-resize-sensor' | ||
console.log(resolutionScale); | ||
//if (resolutionScale < 0.85 || resolutionScale > 1.15) { | ||
this.pdf.renderPage(this.rotate); | ||
//} | ||
if (resolutionScale != 1) { | ||
this.pdf.renderPage(this.rotate); | ||
} | ||
@@ -93,0 +93,0 @@ |
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
32517