Merge pull request #750 from oliviermills/fuse-fix-749

update fuse.js to v6 and fix Suggestion mention search
This commit is contained in:
Philipp Kühn
2020-07-08 09:05:03 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ export default {
keys: ['name'],
})
return fuse.search(query)
return fuse.search(query).map( it => item);
},
}),
new Code(),

View File

@@ -47,7 +47,7 @@
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-vue": "6.0.1",
"file-loader": "^5.0.2",
"fuse.js": "^3.4.6",
"fuse.js": "^6.0.0",
"glob": "^7.1.6",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.20.0",