-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
Describe the bug
Error when importing lib.
To Reproduce
Steps to reproduce the behavior:
- in main.ts
import { createApp } from 'vue'
import VueGoogleMaps from "@fawmi/vue-google-maps";
const app = createApp(App)
app.use(VueGoogleMaps, {
load: {
key: 'my_key',
}
})
app.mount('#app')
- That code causes an error:
Uncaught SyntaxError: The requested module '/node_modules/fast-deep-equal/index.js?v=a712d549' does not provide an export named 'default' (at index.esm.js?v=a712d549:1:8)
Expected behavior
components available for use.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: MacOS Ventura 13.4
- Browser: Google Chrome
- Version: Version 118.0.5993.117 (oficial version) (arm64)
isamu, tgirotto, frederikheld and MickL
Metadata
Metadata
Assignees
Labels
No labels