From dcfa5c5897bfe95927cb7ff26602f55eac78b1c4 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Thu, 8 Nov 2018 23:36:10 +0100 Subject: [PATCH] Remove useless i18n strings and restore the fetching info alert --- src/App.vue | 2 +- src/components/Alert.vue | 33 +++++++++++++++++---------- src/components/ReportDialog/index.vue | 2 +- src/i18n/en.json | 4 +--- src/views/Map.vue | 12 ++++++++-- 5 files changed, 34 insertions(+), 19 deletions(-) diff --git a/src/App.vue b/src/App.vue index 2002378..5021930 100644 --- a/src/App.vue +++ b/src/App.vue @@ -57,7 +57,7 @@ - + diff --git a/src/components/Alert.vue b/src/components/Alert.vue index 553501c..f09f5b4 100644 --- a/src/components/Alert.vue +++ b/src/components/Alert.vue @@ -1,8 +1,9 @@