vuepress-theme-reco icon indicating copy to clipboard operation
vuepress-theme-reco copied to clipboard

vssueConfig 中设置 showComment: false无效

Open jayxiaohe opened this issue 3 years ago • 1 comments

按下方这样设置的。但所有文章下面都显示了评论

vssueConfig: {
      showComment: false,
      platform: 'github',
      owner: 'XX',
      repo: 'XX',
      clientId: 'XX',
      clientSecret: 'XX'	  
},	

jayxiaohe avatar Feb 25 '22 18:02 jayxiaohe

找了下代码,theme/components/Page.vue 内 有这个一行: const { showComment } = instance.$themeConfig.valineConfig || { showComment: true } ,而我用的是vssueConfig。把这里改一下就好了。

jayxiaohe avatar Feb 26 '22 10:02 jayxiaohe