A Vue 2.x social share component
vue-social-share
A Vue 2.x social share component based on Share.js.
Install
npm install vue-social-share -S
Usage
import Vue from 'vue'
import Share from 'vue-social-share'
Vue.use(Share)
<share :config="config"></share>