1.0.6 • Published 3 years ago

vuepress-plugin-side-anchor v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

vue-plugin-side-anchor

version license

添加右侧边锚点导航栏到你的vuepress站点中,类似于 firebase document

特性

  • 自动收集标题以及层级关系,无需配置
  • 滑动时,侧边锚点自动高亮

使用

yarn add vuepress-plugin-side-anchor -D
# 或者
npm i vuepress-plugin-side-anchor -D

在 .vuepress/config.js 添加如下配置。

module.exports = {
  // ...
  plugins: [
    // ...
    ['vuepress-plugin-side-anchor']
  ]
}

Github地址,欢迎交流

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago