Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Conversation

MarcelRobitaille
Copy link

There is no default export, so:

import ModalDialogs from 'vue-modal-dialogs'

does not work, but the following does:

import * as ModalDialogs from 'vue-modal-dialogs'

This is how it is currently in the Installation section of the README.

There is no default export, so:

```js
import ModalDialogs from 'vue-modal-dialogs'
```

does not work, but the following does:

```js
import * as ModalDialogs from 'vue-modal-dialogs'
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant