天天看點

vuepress-theme-reco評論管理

​​https://vuepress-theme-reco.recoluan.com/views/1.x/valine.html​​

配置:

module.exports = {
  theme: 'reco',
  themeConfig: {
    valineConfig: {
      appId: '...',// your appId
      appKey: '...', // your appKey
    }
  }  
}      

前端效果:

vuepress-theme-reco評論管理

繼續閱讀