P粉5786806752023-09-03 10:04:05
Encountered the same problem using PrimeVue plugin on the same stack. Follow the thread.
My mistake:
Directory import '/path_to_project/node_modules/primevue/config' does not support parsing ES modules imported from /path_to_project/bootstrap/ssr/ssr.mjs
P粉6966058332023-09-03 09:09:19
I can only talk about vue-google-map Try this library vue3-google-map
If you use vite, you need to add the following to your vite configuration
ssr: { noExternal: [...你的库,"vue3-google-map",...你的库], },