vuepress-reco / vuepress-theme-reco

🎨 This is the repo for vuepress-theme-reco 2.
https://vuepress-theme-reco.recoluan.com
MIT License
579 stars 185 forks source link

vssueConfig 中设置 showComment: false无效 #26

Closed jayxiaohe closed 1 year ago

jayxiaohe commented 2 years ago

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

vssueConfig: {
      showComment: false,
      platform: 'github',
      owner: 'XX',
      repo: 'XX',
      clientId: 'XX',
      clientSecret: 'XX'      
},  
jayxiaohe commented 2 years ago

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