Zhou Zhou
Zhou Zhou
Got exactly the same error. Using v4.3.0 on Webpack 5. The error occurs in vuePdfNoSss.vue line 6: ``` if ( process.env.VUE_ENV !== 'server' ) { ``` @FranckFreiburger please fix it....
A temporary workaround is to stop the button click event propagation. Suppose you installed vue-pdf-app in a div called "vuePdfApp", you can add the following JavaScript code to stop event...
Hi @sandanat , any updates on supporting multiple instances? I am using your app in my project and got stuck because of this limitation. I really appreciate it if you...
Confirm the solution from @TheMiloAnderson works for me.