diff --git a/src/components/Autocomplete.vue b/src/components/Autocomplete.vue index e8f86000dc4c81d04037a6f5ff78193d98b6bb0e..39f2b975b7839d16932b237d1bf3fa646dc4e6a3 100644 --- a/src/components/Autocomplete.vue +++ b/src/components/Autocomplete.vue @@ -99,7 +99,6 @@ let article = {} article.article_id = article_id article.dictionary = dict_tag - //article.source = `/${self.$parent.lang}/w/${item.match}` article.match = item.match item.articles.push(article)