-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
Hello,
I am trying to use this package in a Vue 3 (Vite) TS application but I have this error:
Uncaught SyntaxError: ambiguous indirect export: default
After installing the package (npm install -S @fawmi/vue-google-maps
), I added the following to my main.ts
file:
import VueGoogleMaps from "@fawmi/vue-google-maps";
app.use(VueGoogleMaps, {
load: {
key: "MY_API_KEY",
libraries: "places"
}
});
When trying to start the application (npm run dev
), I get the error mentioned above in the Console.
Vue: ^3.3.4
Vite: ^4.3.9
TypeScript: ~5.0.4
hmaack, CleoMenezesJr and msunay
Metadata
Metadata
Assignees
Labels
No labels