Closed cfy2015 closed 4 years ago
我太蠢了。。。已经解决。。。
Hi, guys, How did you solve it ?
我太蠢了。。。已经解决。。。
new Pdfh5('#root', {
pdfurl: 'my path'
// renderType: 'svg'
})
or
new Pdfh5('.root', {
pdfurl: 'my path'
// renderType: 'svg'
})
oh, I was so stupid.
之前使用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)