From 6382ed01e9db8f975b72c9c2c8db4013cd0156c2 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 22 May 2018 14:07:25 +0200 Subject: Add metadata file to data --- src/App.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/App.vue') diff --git a/src/App.vue b/src/App.vue index ff6d081..4dcf698 100644 --- a/src/App.vue +++ b/src/App.vue @@ -19,7 +19,7 @@

- Last update: 2018-05-22, with {{ totalMatches }} matches total. + Last update: {{ lastUpdate }}, with {{ totalMatches }} matches total. Join the Discord Server if you have questions.

@@ -56,6 +56,7 @@ export default { data: function() { return { totalMatches: Math.floor(this.reportService.getTotalMatches()/100)*100, + lastUpdate: this.reportService.getLastUpdate(), }; }, }; -- cgit v1.3.1