sinchang / vue-social-share

A Vue 2.x social share component
http://vue-social-share.surge.sh/
142 stars 37 forks source link

求live demo的代码 #1

Closed fonglezen closed 7 years ago

fonglezen commented 7 years ago

rt.

sinchang commented 7 years ago

https://github.com/sinchang/vue-social-share/tree/master/example

SoloJiang commented 7 years ago

image image image 无法正常使用

sinchang commented 7 years ago

@SoloJiang 麻烦提供下报错信息

SoloJiang commented 7 years ago

没有任何报错,当config按Read.me中填写时,连第三张图的渲染也没有,查看控制台,渲染了div.social-share但是高度为0,里面没有任何内容。

sinchang commented 7 years ago
components: {
  Share
}

没有使用 Vue.use(Share) 的话,需要声明 component

SoloJiang commented 7 years ago

使用了Vue.use(Share),是在main.js中import并use的

SoloJiang commented 7 years ago

直接抄了你的源码😂就好了

ruoshui1314 commented 5 years ago

hello. import 'social-share.js/dist/css/share.min.css' 把这段代码放在main.js里面就好.我本地这样是ok的.