VuePress VuePress
⌘ K
指南
配置
插件
主题
  • API

    • CLI
    • Node
  • 开发指南

    • 本地开发
    • 设计理念
    • FAQ
    • 术语
  • 其他

    • 从 0.x 迁移
    • Changelog
  • v2.x
  • v0.x
  • English
  • 简体中文
指南
配置
插件
主题
  • API

    • CLI
    • Node
  • 开发指南

    • 本地开发
    • 设计理念
    • FAQ
    • 术语
  • 其他

    • 从 0.x 迁移
    • Changelog
  • v2.x
  • v0.x
  • English
  • 简体中文
  • 插件

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

    • active-header-links
    • back-to-top
    • blog
    • google-analytics
    • last-updated
    • medium-zoom
    • nprogress
    • pwa
    • register-components
    • search

# @vuepress/plugin-back-to-top (opens new window)

back-to-top 插件.

# 安装

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

# 使用

module.exports = {
  plugins: ['@vuepress/back-to-top']
}
在 GitHub 上编辑此页
上次更新:  2023/8/30 05:04:10
← active-header-links
/zh/plugin/official/plugin-active-header-links.html
blog →
/zh/plugin/official/plugin-blog.html
ON THIS PAGE
安装
使用