feat: enable search

This commit is contained in:
camera-2018
2023-04-16 02:01:41 +08:00
parent a225c45924
commit a1991397a3
2 changed files with 6 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
{
"hash": "2b1b1e9a",
"browserHash": "34536978",
"hash": "f78a49ea",
"browserHash": "2d716a44",
"optimized": {
"vue": {
"src": "../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "8ab130c8",
"fileHash": "9e43fe22",
"needsInterop": false
}
},

View File

@@ -212,7 +212,9 @@ export default defineConfig({
prev: '上一小节',
next: '下一小节'
},
localSearch: true,
search: {
provider: 'local'
}
},
})