From 15d4a3187a7d65331b6a771b5ecd1c043986aeda Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no>
Date: Thu, 27 Feb 2020 12:51:18 +0100
Subject: [PATCH] =?UTF-8?q?fjern=20gammel=20artikkel=20f=C3=B8r=20vente-gi?=
 =?UTF-8?q?f'en=20vises?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/App.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/App.vue b/src/App.vue
index fa38a9a8..11b84367 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){
-- 
GitLab