We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc52412 commit 47c02ceCopy full SHA for 47c02ce
packages/@vuepress/theme-default/index.js
@@ -18,7 +18,7 @@ module.exports = (options, ctx) => ({
18
},
19
20
plugins: [
21
- '@vuepress/active-header-links',
+ ['@vuepress/active-header-links', options.activeHeaderLinks],
22
'@vuepress/search',
23
'@vuepress/plugin-nprogress',
24
['container', {
0 commit comments