diff --git a/src/App.vue b/src/App.vue index fa38a9a80b4c7202d0618486cab7031a26e66f1f..11b843675a5ed288a5b846448a07477e6fea9ad1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -100,6 +100,7 @@ export default { }, article_link_click: function(item) { var self = this + self.article = {lemmas: [], body:{pronunciation: [], definitions: [], etymology: []}} self.waiting = true axios.get(api_endpoint + '/' + self.lang + '/' + item.article_id) .then(function(response){