-
vue-pdf@4.3.0
vue.js@3.2.9
vite@2.5.3
-
process is not defined at vuePdfNoSss
-
Does this package support vue3 and vite?
-
Is Vue currently supported?
How do I use it in Vue and print JSON In Vue?
-
Subscribe to this issue and stay notified about new [daily trending repos in Vue](https://github.com/trending/vue?since=daily).
-
Dear @sreenaths ,
How can i add vue-x, vue-router to adapted with this library ?
My example code:
```javascript
import {
createApp,
h
} from 'vue'
import App from '~/App.vue';
i…
-
It's not possible to build it in other way than develop, because some scripts inside vue3-pdfjs have no declarations:
![image](https://user-images.githubusercontent.com/16397823/146171530-219bd727-53…
-
### Describe the Bug
When converting an HTML file to PDF a currency character ₡ is being replaced by a black square box, even though the charset is defined as UTF-8
### Expected Behavior
₡ 8 608 …
-
I'm using Vue3 composition API and I get the PDF streaming data from fetch API.
By doing below I hope the PDFViwer will segmented display the PDF.
```vue
const PDFBuffer = ref(null);
…
-
When I reload the page after including the package I get this bug.
Thanks in advance for your help.