Emmanuel Francis Ramos
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`
pretty please :D
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?