hymhub / pdf-vue3

vue3 pdf viewer
https://hymhub.github.io/pdf-vue3/
MIT License
76 stars 15 forks source link

作者帮忙看下这是什么问题 #15

Open yhdaini1996 opened 6 months ago

yhdaini1996 commented 6 months ago

bug bug TypeError: Cannot read properties of undefined (reading 'parentNode') at R (pdf-vue3.js:118:55) 提示这个报错 我看了 U.value[b].value 是一个对象 U.value[b].value[0]拿到的值是undefined var d = G.getViewport({ scale: 1 }), W = (L.parentNode.clientWidth - 4) / d.width; 所以parentNode这个报错了

bug