# 插件-返回顶部

# 效果

# 安装

yarn add vuepress-plugin-go-top -D
# or use npm
npm i vuepress-plugin-go-top -D

# 使用

config.js配置文件里:

module.exports = {
   plugins: ['go-top'],
}