• @vuepress/plugin-back-to-top
    • 安装
    • 使用

    @vuepress/plugin-back-to-top

    back-to-top 插件.

    安装

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

    使用

    1. module.exports = {
    2. plugins: ['@vuepress/back-to-top']
    3. }