stellR42 / vue3-pdf-app

Vue 3 PDF viewer based on Mozilla's PDFJS
MIT License
84 stars 29 forks source link

How to integrated with nuxt 3 ? #5

Closed khoazero123 closed 1 year ago

khoazero123 commented 1 year ago

I got this error when using with Nuxt3 - SSR mode:

document is not defined
stellR42 commented 1 year ago

SSR is not supported. Please use <client-only>. https://nuxtjs.ir/api/components-client-only

Timothy16 commented 1 year ago

Even with adding , the error is still there

MilenaPetkanova commented 1 year ago

I have the same issue. <client-only> did not work.