vue-pdf-eurlanda
Advanced tools
Comparing version 3.3.8 to 3.3.9
@@ -31,3 +31,3 @@ { | ||
"scripts": {}, | ||
"version": "3.3.8" | ||
"version": "3.3.9" | ||
} |
@@ -98,2 +98,3 @@ import resizeSensor from 'vue-resize-sensor' | ||
var width = document.getElementById(this.container).offsetWidth; | ||
alert(width+":"+height); | ||
this.$refs.canvasParent.style.height = height; | ||
@@ -100,0 +101,0 @@ this.pdf = new PDFJSWrapper(this.$refs.canvasParent, this.$refs.annotationLayer, this.$emit.bind(this)); |
28454
12
533