Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63555c0 commit 01fa9afCopy full SHA for 01fa9af
packages/@vuepress/theme-default/index.js
@@ -4,6 +4,7 @@ const themePlugin = require('./plugin')
4
module.exports = {
5
plugins: [
6
themePlugin,
7
- '@vuepress/active-header-links'
+ '@vuepress/active-header-links',
8
+ '@vuepress/search'
9
]
10
}
packages/@vuepress/theme-default/package.json
@@ -24,9 +24,10 @@
24
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/theme-default#readme",
25
"dependencies": {
26
"@vuepress/plugin-active-header-links": "1.0.0",
27
+ "@vuepress/plugin-search": "1.0.0",
28
"docsearch.js": "^2.5.2",
29
"nprogress": "^0.2.0",
30
"stylus": "^0.54.5",
31
"stylus-loader": "^3.0.2"
32
-}
33
+}
0 commit comments