nvms / vue-atlas

A Vue.js 2 UI component library.
MIT License
180 stars 22 forks source link

Import ColorPicker #170

Open conoroshea1996 opened 4 years ago

conoroshea1996 commented 4 years ago

Hey Im having Issues with using the ColorPicker Componet When trying to import getting a Could not resolve error I believe the issue is that it is not being exported. Apologies if I am importing wrong.

Capture

What version of vue-atlas are you using? Latest release 2.1.8

Steps to reproduce:

  1. Install Vue-atlas
  2. Try Import ColorPickerComponet like in the above image

What is actually happening? Module is not found because it is not being exported? This is a screen shot of the components inside node_modules should the ColorPicker contain a index.js and install.js for exporting the component

Capture

NOTE: If I manually create the index.js and install.js files to export the ColorPicker My issue is solved,

Thanks