vue-pdf-eurlanda
Advanced tools
Comparing version 3.3.7 to 3.3.8
@@ -31,3 +31,3 @@ { | ||
"scripts": {}, | ||
"version": "3.3.7" | ||
"version": "3.3.8" | ||
} |
@@ -96,4 +96,4 @@ import resizeSensor from 'vue-resize-sensor' | ||
var height = document.getElementById("container").offsetHeight; | ||
var width = document.getElementById("container").offsetWidth; | ||
var height = document.getElementById(this.container).offsetHeight; | ||
var width = document.getElementById(this.container).offsetWidth; | ||
this.$refs.canvasParent.style.height = height; | ||
@@ -100,0 +100,0 @@ this.pdf = new PDFJSWrapper(this.$refs.canvasParent, this.$refs.annotationLayer, this.$emit.bind(this)); |
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
28330