vuepress-reco / vuepress-theme-reco-1.x

🎨 This is the repo for vuepress-theme-reco 1.
http://v1.vuepress-reco.recoluan.com
MIT License
1.63k stars 320 forks source link

当使用plugins配置valine时,阅读量无法正常显示 #303

Closed irvingzhang0512 closed 3 years ago

irvingzhang0512 commented 3 years ago

如题,当使用plugins配置valine时,评论可以正常显示,但阅读量无法正常显示。

如果使用themeConfig配置valine则无该问题。

recoluan commented 3 years ago

是不是你配置 valine 的方式不正确,因为主题已经内置,是无需配置 plugin 的,你是具体怎么配置的呢?请详细描述一下。

irvingzhang0512 commented 3 years ago

plugin形式的配置就是参考文档,举例如下


['@vuepress-reco/comments',
{
  solution: 'valine',
  options: {
    appId: 'xxx',
    appKey: 'xxx',
  }
}]

另外,这个问题不只是我碰到。在2群问了这个问题(valine配置好后评论可用、阅读量不可用)后,有大佬回复说让我用themeConfig配置而不是plugins配置,他也碰到过一样的问题。

2群中提问时间是 2021/1/21 20:50:56,如果有需要的话你可以看一下聊天记录

recoluan commented 3 years ago

那位同学说的没问题,在 themeConfig 里配置,见 文档