File tree Expand file tree Collapse file tree 3 files changed +41
-5
lines changed
Expand file tree Collapse file tree 3 files changed +41
-5
lines changed Original file line number Diff line number Diff line change 1+ <template >
2+ <div >
3+ <div class =" -mob-share-ui-button -mob-share-open" >分享</div >
4+ <div class =" -mob-share-ui" style =" display : none " >
5+ <ul class =" -mob-share-list" >
6+ <li class =" -mob-share-weibo" ><p >新浪微博</p ></li >
7+ <li class =" -mob-share-qzone" ><p >QQ空间</p ></li >
8+ <li class =" -mob-share-qq" ><p >QQ好友</p ></li >
9+ <li class =" -mob-share-douban" ><p >豆瓣</p ></li >
10+ <li class =" -mob-share-facebook" ><p >Facebook</p ></li >
11+ <li class =" -mob-share-twitter" ><p >Twitter</p ></li >
12+ </ul >
13+ <div class =" -mob-share-close" >取消</div >
14+ </div >
15+ <div class =" -mob-share-ui-bg" ></div >
16+ </div >
17+ </template >
18+
19+ <script >
20+ export default {
21+ mounted () {
22+ const script = document .createElement (' script' )
23+ script .src = ' http://f1.webshare.mob.com/code/mob-share.js?appkey=2d1a37832f835'
24+ script .id = ' -mob-share'
25+
26+ document .body .append (script)
27+ }
28+ }
29+ </script >
30+
Original file line number Diff line number Diff line change 3232 "@vuepress-reco/vuepress-plugin-pagation" : " ^1.0.3" ,
3333 "@vuepress-reco/vuepress-plugin-screenfull" : " ^1.0.0" ,
3434 "@vuepress-reco/vuepress-plugin-ga" : " ^1.0.2" ,
35- "@vuepress-reco/vuepress-plugin-comments" : " ^1.0.7 " ,
35+ "@vuepress-reco/vuepress-plugin-comments" : " ^1.0.8 " ,
3636 "@vuepress/plugin-medium-zoom" : " 1.2.0" ,
3737 "@vuepress/plugin-blog" : " 1.3.0" ,
3838 "docsearch.js" : " ^2.5.2" ,
You can’t perform that action at this time.
0 commit comments