当我使用社交分享包时,如何在 vue js 中的社交媒体上分享二维码图像

问题描述

我正在使用社交媒体分享包将二维码分享到社交媒体

<ShareNetwork
   network="facebook"
   url="https://jsbhjsbdhjsbh"
   title="QR Code:"
   description="">
   facebook 
</ShareNetwork>

解决方法

实际问题是什么?插入 documentation 时按预期工作,如下所示:https://codesandbox.io/s/vue-social-sharing-7fhp3?file=/src/App.vue

<ShareNetwork
  network="facebook"
  url="https://news.vuejs.org/issues/180"
  title="Say hi to Vite! A brand new,extremely fast development setup for Vue."
  description="This week,I’d like to introduce you to 'Vite',which means 'Fast'. It’s a brand new development setup created by Evan You."
  quote="The hot reload is so fast it\'s near instant. - Evan You"
  hashtags="vuejs,vite"
>
  Share on Facebook
</ShareNetwork>

向我们提供有关您的二维码所在数据类型的更多详细信息。