webistomin / vue-socials

:speech_balloon: Social media share buttons and counts for Vue.js
https://vue-socials.vercel.app/
MIT License
53 stars 8 forks source link

Import doesn't work in Nuxt for some reason #571

Closed watzon closed 1 year ago

watzon commented 1 year ago

Trying to get vue-socials working with a Nuxt app. When I try to import VueSocials from 'vue-socials' in a plugin I get the following error:

Failed to resolve entry for package "vue-socials". The package may have incorrect main/module/exports specified in its package.json.
webistomin commented 1 year ago

Fixed in v2.0.1

kaboume commented 1 year ago

@watzon : wich Nuxt release do you use ? If Nuxt3, could you please share your plugin content ? Thanks.