VuePress 1.x
指南
配置
插件
主题
了解更多
  • API

    • CLI
    • Node
  • 开发指南

    • 设计理念
    • FAQ
    • 术语
  • 其他

    • 从 0.x 迁移
    • Changelog
0.x
选择语言
  • English
  • 简体中文
GitHub
指南
配置
插件
主题
了解更多
  • API

    • CLI
    • Node
  • 开发指南

    • 设计理念
    • FAQ
    • 术语
  • 其他

    • 从 0.x 迁移
    • Changelog
0.x
选择语言
  • English
  • 简体中文
GitHub
  • 插件

    • 介绍
    • 使用插件
    • 开发插件
    • 生命周期
    • Option API
    • Context API
  • 官方插件

    • active-header-links
    • back-to-top
      • 安装
      • 使用
    • google-analytics
    • last-updated
    • medium-zoom
    • nprogress
    • pwa
    • register-components
    • search

# @vuepress/plugin-back-to-top

back-to-top 插件.

# 安装

yarn add -D @vuepress/plugin-back-to-top@next
# OR npm install -D @vuepress/plugin-back-to-top@next

# 使用

module.exports = {
  plugins: ['@vuepress/back-to-top'] 
}
在 GitHub 上编辑此页

← active-header-links google-analytics →