简体   繁体   English

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

[英]How to share QR code image on social media in vue js while i am using social sharing package

I'm sharing qr code to social media by using social media sharing package我正在使用社交媒体共享 package 将二维码分享到社交媒体

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

What is the actual issue?实际问题是什么? Working as expected when plugged as in the documentation as it can be seen here: https://codesandbox.io/s/vue-social-sharing-7fhp3?file=/src/App.vue插入文档时按预期工作,如下所示: 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>

Give us more details on the type of data your QR code is in.向我们提供有关您的 QR 码所在数据类型的更多详细信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM