You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In following the simple example in a brand new Vue3 project created with npm init vue@latest, I am getting the following error in the console when loading the page.
But Chrome shows: Uncaught SyntaxError: The requested module '/node_modules/pdfjs-dist/web/pdf_viewer.js?v=75210270' does not provide an export named 'DefaultAnnotationLayerFactory' (at Pdfvuer.vue:14:5)
In following the simple example in a brand new Vue3 project created with npm init vue@latest, I am getting the following error in the console when loading the page.
Uncaught SyntaxError: ambiguous indirect export: PDFFindController
Any thoughts on how to resolve this?
Vue3
Vite server
The text was updated successfully, but these errors were encountered: