# 插件-顶部阅读进度

参考自 这里 (opens new window)

# 效果

# 安装

yarn add vuepress-plugin-reading-progress
# or
npm i vuepress-plugin-reading-progress

# 使用

config.js配置文件里:

module.exports = {
  plugins: [
    'reading-progress'
  ]
}