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
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