We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbafe8f commit 1850be7Copy full SHA for 1850be7
packages/docs/docs/zh/plugin/official/plugin-active-header-links.md
@@ -3,7 +3,7 @@ title: active-header-links
3
metaTitle: 页面滚动时自动激活侧边栏链接的插件 | VuePress
4
---
5
6
-# [@vuepress/plugin-active-header-links](https://github.com/vuejs/vuepress/tree/master/packages/@vuepress/plugin-active-header-linksd)
+# [@vuepress/plugin-active-header-links](https://github.com/vuejs/vuepress/tree/master/packages/@vuepress/plugin-active-header-links)
7
8
> 页面滚动时自动激活侧边栏链接的插件
9
@@ -18,7 +18,7 @@ yarn add -D @vuepress/plugin-active-header-links
18
19
```javascript
20
module.exports = {
21
- plugins: ['@vuepress/active-header-links']
+ plugins: ['@vuepress/active-header-links']
22
}
23
```
24
0 commit comments