From 2f225a54054ae44df2d8fa691efcf247a82f94a1 Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 11 May 2018 20:21:18 +0200 Subject: refactor: create ReportService, move tabs to component --- src/App.vue | 61 +++++++++++-------------------------------------------------- 1 file changed, 11 insertions(+), 50 deletions(-) (limited to 'src/App.vue') diff --git a/src/App.vue b/src/App.vue index a994a01..aa2d19c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,75 +9,36 @@ - + -
-
- - {{ Math.round(100 * topWins.blitz_pvp_ranked.Winner) }}% Win Rate - -
- -
- - {{ (100 * 6 * topPicks.blitz_pvp_ranked.Count / totalPicks.blitz_pvp_ranked).toFixed(2) }}% Pick Rate - -
-
- -

Blitz Hero Statistics

- +
-

Battle Royale Hero Statistics

- +
-- cgit v1.3.1