Davide Vago

Results 33 comments of Davide Vago

It works for me v. 3.6.0 Did you import the tooltip? ``` import { Tooltip } from 'laue' ```

@justincpollard it basically fails within the `render` method, throwing an `undefined` so the chain after the render failure breaks. What the snippet does is to complete the promise with nothing...

Right, so: #338 complains about a type error coming out from the `PDFJSWrapper.renderPage` which under the hood is calling `pdfPage.render`, this method fails because of the above and therefore renderPage...

Reverting to an older version is not a solution, it's more like a workaround. @Gourdbaby Does the issue affect the user experience or it's just a console error?

@liugj101 I ended up forking the project, cleaning up the code and make it work for `vue-cli` 5, this `vue-pdf` project is clearly dead, it's pretty pointless waiting for any...

Not really, I created a package within my company git account and stripped out lots of features that we don't use to run it as simple as possible, so the...

I believe just closed source projects such as pspdfkit, I'm looking at the codebase of this project to see how much time it'll take to create something meaningful for my...