Akryum / Akryum/vue-share-components

How to import the additional exports (components, mixins etc)?

Open
#17 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
153
Forks
28
PR merge metrics
No merged PRs in 30d

Description

In `src/index.js` file, we do:
```
// Expose the components
export {
Test,
/* -- Add more components here -- */
}
```
How can the user import that Test in his own app? The code below results with `"export 'Test' was not found in 'somewhere'`
```
import { Test } from 'somewhere'
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.