Browse Source

repos square

repo-square
chenshihai 2 years ago
parent
commit
6ce1e11011
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web_src/vuepages/pages/repos/components/SearchBar.vue

+ 1
- 1
web_src/vuepages/pages/repos/components/SearchBar.vue View File

@@ -121,7 +121,7 @@ export default {
const topicsData = JSON.parse(data);
const topics = topicsData.map((item) => {
return {
k: item.toLocaleLowerCase(),
k: item.trim().toLocaleLowerCase(),
v: item.trim(),
}
});


Loading…
Cancel
Save