Merge branch '2.x' into dev

This commit is contained in:
chenjiahan
2020-12-03 17:42:37 +08:00
2 changed files with 6 additions and 3 deletions

View File

@@ -30,9 +30,6 @@ export default {
docsearch({
...this.searchConfig,
container: '#docsearch',
searchParameters: {
facetFilters: [`lang:${this.lang}`],
},
});
}
},