Closed watzon closed 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:
import VueSocials from 'vue-socials'
Failed to resolve entry for package "vue-socials". The package may have incorrect main/module/exports specified in its package.json.
Fixed in v2.0.1
v2.0.1
@watzon : wich Nuxt release do you use ? If Nuxt3, could you please share your plugin content ? Thanks.
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: