# @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']
}
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']
}