vue 组件数据共享_社交共享链接的Vue组件

vue 组件数据共享

vue-socialmedia-share (vue-socialmedia-share)

Vue component for social sharing.

社交共享的Vue组件。

vue-socialmedia-share is a vue component for sharing links to social networks

vue-socialmedia-share是用于共享指向社交网络的链接的vue组件

安装 (Installation)

yarn add vue-socialmedia-share

or

要么

npm install vue-socialmedia-share

API (API)

脸书 (Facebook)

import { Facebook } from 'vue-socialmedia-share';

// usage in local component

export default {
  components: {
    Facebook
  }
};
道具 (Props)
PropData TypeRequiredDescription
urlStringtrueURL to share.
scaleStringSize of icon (1-9)
Struts 数据类型 需要 描述
url 真正 分享网址。
scale 图标大小(1-9)

推特 (Twitter)

import { Twitter } from 'vue-socialmedia-share';

// usage in local component

export default {
  components: {
    Twitter
  }
};
PropData TypeRequiredDescription
urlStringtrueURL to share.
scaleStringSize of icon(1-9)
titleStringTitle of the shared page
Struts 数据类型 需要 描述
url 真正 分享网址。
scale 图标大小(1-9)
title 共享页面的标题

领英 (LinkedIn)

import { Linkedin } from 'vue-socialmedia-share';

// usage in local component

export default {
  components: {
    Linkedin
  }
};
PropData TypeRequiredDescription
urlStringtrueURL to share.
scaleStringSize of icon(1-9)
Struts 数据类型 需要 描述
url 真正 分享网址。
scale 图标大小(1-9)

Reddit (Reddit)

import { Reddit } from 'vue-socialmedia-share';

// usage in local component

export default {
  components: {
    Reddit
  }
};
PropData TypeRequiredDescription
urlStringtrueURL to share.
scaleStringSize of icon(1-9)
titleStringTitle of the shared page
Struts 数据类型 需要 描述
url 真正 分享网址。
scale 图标大小(1-9)
title 共享页面的标题

电报 (Telegram)

import { Telegram } from 'vue-socialmedia-share';

// usage in local component

export default {
  components: {
    Telegram
  }
};
PropData TypeRequiredDescription
urlStringtrueURL to share.
scaleStringSize of icon(1-9)
titleStringTitle of the shared page
Struts 数据类型 需要 描述
url 真正 分享网址。
scale 图标大小(1-9)
title 共享页面的标题

WhatsApp的 (WhatsApp)

import { WhatsApp } from 'vue-socialmedia-share';

// usage in local component

export default {
  components: {
    WhatsApp
  }
};
PropData TypeRequiredDescription
urlStringtrueURL to share.
scaleStringSize of icon(1-9)
titleStringTitle of the shared page
Struts 数据类型 需要 描述
url 真正 分享网址。
scale 图标大小(1-9)
title 共享页面的标题

Pinterest的 (Pinterest)

import { Pinterest } from 'vue-socialmedia-share';

// usage in local component

export default {
  components: {
    Pinterest
  }
};
PropData TypeRequiredDescription
urlStringtrueURL to share.
scaleStringSize of icon(1-9)
Struts 数据类型 需要 描述
url 真正 分享网址。
scale 图标大小(1-9)

Google + (Google +)

import { Google } from 'vue-socialmedia-share';

// usage in local component

export default {
  components: {
    Google
  }
};
PropData TypeRequiredDescription
urlStringtrueURL to share.
scaleStringSize of icon(1-9)
Struts 数据类型 需要 描述
url 真正 分享网址。
scale 图标大小(1-9)

电子邮件 (Email)

import { Email } from 'vue-socialmedia-share';

// usage in local component

export default {
  components: {
    Email
  }
};
PropData TypeRequiredDescription
urlStringtrueURL to share.
scaleStringSize of icon(1-9)
subjectStringSubject of email
bodyStringBody of email
Struts 数据类型 需要 描述
url 真正 分享网址。
scale 图标大小(1-9)
subject 电子邮件主题
body 邮件正文

贡献指南 (Contributing Guide)

  1. Fork it!

    叉子!

  2. Create your feature branch: git checkout -b my-new-feature

    创建功能分支: git checkout -b my-new-feature

  3. Commit your changes: git commit -am 'Add some feature'

    提交更改: git commit -am 'Add some feature'

  4. Push to the branch: git push origin my-new-feature

    推送到分支: git push origin my-new-feature

  5. Submit a pull request :D

    提交拉取请求:D

翻译自: https://vuejsexamples.com/vue-component-for-social-sharing-of-links/

vue 组件数据共享

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值