Skip to content

Commit 47c02ce

Browse files
shigmaulivz
authored andcommitted
$theme-default: support options.activeHeaderLinks (close: #1488) (#1508)
1 parent dc52412 commit 47c02ce

File tree

1 file changed

+1
-1
lines changed
  • packages/@vuepress/theme-default

1 file changed

+1
-1
lines changed

packages/@vuepress/theme-default/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = (options, ctx) => ({
1818
},
1919

2020
plugins: [
21-
'@vuepress/active-header-links',
21+
['@vuepress/active-header-links', options.activeHeaderLinks],
2222
'@vuepress/search',
2323
'@vuepress/plugin-nprogress',
2424
['container', {

0 commit comments

Comments
 (0)