Emmanuel Francis Ramos

Results 4 comments of Emmanuel Francis Ramos

it's because there's no typings for `vue-markdown`. `npm install --save @types/vue-markdown` and add `"@types/vue-markdown"` under `types` in `tsconfig.js`

If you want a work around just add `// @ts-ignore` before `import pdf from 'pdfvuer'` or create your own typings using index.d.ts

I have the same issue do you perhaps have a solution for this?