Skip to content

Commit

Permalink
$theme-default: support options.activeHeaderLinks (close: #1488) (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma authored and ulivz committed Apr 2, 2019
1 parent dc52412 commit 47c02ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vuepress/theme-default/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = (options, ctx) => ({
},

plugins: [
'@vuepress/active-header-links',
['@vuepress/active-header-links', options.activeHeaderLinks],
'@vuepress/search',
'@vuepress/plugin-nprogress',
['container', {
Expand Down

0 comments on commit 47c02ce

Please sign in to comment.