nicolasbeauvais / vue-social-sharing

A renderless Vue.js component for sharing links to social networks, compatible with SSR
https://nicolasbeauvais.github.io/vue-social-sharing/
MIT License
1.39k stars 197 forks source link

Used in nuxt, the property “popup“” setting width and height are invalid #317

Closed chenqichun closed 2 years ago

chenqichun commented 2 years ago

<ShareNetwork network="facebook" class="share-item" :url="shareInfo.url" :title="shareInfo.title" :description="shareInfo.description" :quote="shareInfo.title" :popup="{width: 800, height: 800}"

fackbook