vue-pdf-embed icon indicating copy to clipboard operation
vue-pdf-embed copied to clipboard

Import in browser Vue 3 version

Open lianee opened this issue 3 years ago • 0 comments

Using <script src="https://unpkg.com/vue-pdf-embed"></script> to load the script for vue 3 in browser gives the following error:

Uncaught TypeError: Cannot read properties of undefined (reading 'createVNode')

Could you please update the jsfiddle examples to work with Vue 3?

update: checking with various versions, the last one working seems to be 1.0.8

lianee avatar Jul 15 '22 12:07 lianee