UNPKG

vue-social-sharing

Version:

A Vue.js component for sharing links to social networks

14 lines (9 loc) 280 B
import SocialSharing from './social-sharing'; SocialSharing.version = '2.3.4'; SocialSharing.install = (Vue) => { Vue.component('social-sharing', SocialSharing); }; if (typeof window !== 'undefined') { window.SocialSharing = SocialSharing; } export default SocialSharing;