gjTool / pdfh5

web/h5/移动端PDF预览插件
https://www.gjtool.cn/pdfh5/pdf.html
MIT License
976 stars 240 forks source link

现有项目中尝试使用报错 #73

Closed cfy2015 closed 4 years ago

cfy2015 commented 4 years ago

之前使用vue-pdf发现签章会有promise的崩溃,就尝试使用这个组件 然后按照demo的使用加载流文件直接报错如下: pdfh5.js?23f7:649 Uncaught (in promise) TypeError: Cannot read property 'pdfLoaded' of undefined at Pdfh5.init (pdfh5.js?23f7:649) at new Pdfh5 (pdfh5.js?23f7:626) at eval (index.vue?6ced:77)

cfy2015 commented 4 years ago

我太蠢了。。。已经解决。。。

OnlyFlyer commented 4 years ago

Hi, guys, How did you solve it ?

OnlyFlyer commented 4 years ago

我太蠢了。。。已经解决。。。

new Pdfh5('#root', {
   pdfurl: 'my path'
   // renderType: 'svg'
})

or

new Pdfh5('.root', {
   pdfurl: 'my path'
   // renderType: 'svg'
})

oh, I was so stupid.