【问题标题】:How to share QR code image on social media in vue js while i am using social sharing package当我使用社交分享包时,如何在 vue js 中的社交媒体上分享二维码图像
【发布时间】:2021-02-15 07:20:25
【问题描述】:

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

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

【问题讨论】:

    标签: vue.js nuxt.js qr-code social


    【解决方案1】:

    真正的问题是什么?插入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>
    

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-03-21
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-08-24
      相关资源
      最近更新 更多