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

SMastodon broken in 2.0.1? #585

Closed Sjoerd82 closed 1 year ago

Sjoerd82 commented 1 year ago

Something is up with the SMastodon component in v2.0.1.

It can only be imported like so:

    import {
        SWhatsApp,
        STelegram,
        SEmail,
        SFacebook,
        STwitter,
        SReddit,
        SPinterest,
        SPocket,
    } from 'vue-socials'
    import SMastodon from 'vue-socials'

And when imported this way, it's not working, and it is not supporting the standard properties like shareOptions, etc.

webistomin commented 1 year ago

Fixed in v2.0.2