JonathanDn / vue-dropdown

A highly dynamic vue dropdown component
39 stars 12 forks source link

Cannot find stylesheet to import #10

Closed DavidShineHub closed 5 years ago

DavidShineHub commented 5 years ago

You're trying to import the 'vue-dropdown' stylesheet but that doesn't exist. You did fix this in a recent commit by changing the import to 'dropdown' but changed it back to 'vue-dropdown' in the commit after that

DPC15038 commented 5 years ago

Also having this issue. Change @import "./vue-dropdown"; to @import "./dropdown"; in your dropdown.vue file. Would love to use this in my project, but can't until this is fixed.

EricRouach commented 5 years ago

Same here! Thank you very much.

JonathanDn commented 5 years ago

@EricRouach @DPC15038 @DavidShineHub Hey Guys Sorry I wasn't available I will resolve this soon thank you for reporting the issue!

JonathanDn commented 5 years ago

@EricRouach @DPC15038 @DavidShineHub This issue is now resolved in npm version 1.0.12 just updated the package. Thanks again for notifying!