Akryum / Akryum/vue-share-components
How to import the additional exports (components, mixins etc)?
Open
- 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.