Skip to content

Commit 70cdd67

Browse files
authored
Update search.js
1 parent 60977b8 commit 70cdd67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/search/search.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ export function search(query) {
199199
export function init(config, vm) {
200200
const isAuto = config.paths === 'auto';
201201
const paths = isAuto ? getAllPaths(vm.router) : config.paths;
202+
202203
let namespaceSuffix = '';
203204

204205
// only in auto mode

0 commit comments

Comments
 (0)