FranckFreiburger / vue-pdf

vue.js pdf viewer
MIT License
2.23k stars 522 forks source link

Import vue-pdf with typescript #255

Open Zaaaoo opened 4 years ago

Zaaaoo commented 4 years ago

Hi,

I have a problem to import vue-pdf, the module is not found.

My project use TypeScript : image

Did I forget something? Do you have examples in TypeScript ?

Thanks.

Versions :

jimar884 commented 4 years ago

Your situation is the same as mine. Did you solve the problem? After I executed the follows, I tried to import 'vue-pdf'. But, 'vue-pdf' was not found.

npm install --save vue-pdf

Zaaaoo commented 4 years ago

To solve my problem I done :

jimar884 commented 4 years ago

Thank you. I'll try it.

sittingbool commented 3 years ago

@Zaaaoo your solution gives me Cannot find name 'pdf'.

bingyuea commented 3 years ago

@Zaaaoo your solution gives me Cannot find name 'pdf'.

me too

adrianwix commented 3 years ago

You should not write export default pdf. Just

vue-pdf-shims.d.ts

declare module 'vue-pdf'