vue-pdf-embed
vue-pdf-embed copied to clipboard
PDF embed component for Vue 2 and Vue 3
Uncaught (in promise) Error: Setting to fake worker.
The page canvases can get shuffled into the wrong order when switching between 1page and scroll modes Here is the pdf viewer in 1 page mode, on page 1 
 The imported font package cannot be found because the font file does not have a suffix
当我在 vue3 中使用该插件时,我通过 pages 变量控制插件的展示方式,当 pages 传入 null 时,展示所有页面;当传入具体的值时,展示 pdf 的某一页。(实际上就是与[官方提供的 demo](https://jsfiddle.net/hrynko/273a59qr) 中一样的用法)。 但当我先展示所有页面,然后切换为每次展示一页并向后翻页,最后再切换回展示所有页面时,pdf 的内容会出现错乱,这个问题在官方提供的 demo 中同样存在。 
Hi, I'm using base64 string to load pdf, first load ok (i render within a dialog).after i close the dialog and open again it complaint render multiple time in same...
The Vue version is 3.4.30 and vue-pdf-embed is 2.1.0. When setting CSP with script-src: 'unsafe-eval' 'unsafe-inline', I encountered a “Refused to load the script” error. I tried adding: `import {...