diff --git a/client/src/App.vue b/client/src/App.vue index 8a5ae2b..3169481 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -2,6 +2,7 @@
| D | A | -{{ statsFormat === 'stats' ? 'Cs' : 'Cs/m' }} | -{{ statsFormat === 'stats' ? 'Vs' : 'Vs/m' }} | ++ {{ statsFormat === "stats" ? "Cs" : "Cs/m" }} + | ++ {{ statsFormat === "stats" ? "Vs" : "Vs/m" }} + | Gold | Dmg @@ -51,7 +51,10 @@ | KP | |
|---|---|---|---|---|---|---|---|---|---|
|
@@ -59,16 +62,24 @@
{{ player.level }}
@@ -78,20 +89,32 @@
+
-
{{ player.firstSum.name }}
- {{ player.firstSum.description }}
+
+ {{ player.firstSum.name }}
+
+
+ {{ player.firstSum.description }}
+
+
-
-
{{ player.secondSum.name }}
- {{ player.secondSum.description }}
+
+ {{ player.secondSum.name }}
+
+
+ {{ player.secondSum.description }}
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+ Click to display +full runes +{{ player.name }}
- {{ player.champion.name }}
+ >
+ {{ player.name }}
+
+ {{ player.champion.name }}
+
-
{{ player.rank.shortName }}
+
+ {{ player.rank.shortName }}
+
{{ player.stats.kills }}
+ >
+ {{ player.stats.kills }}
+ |
{{ player.stats.deaths }}
+ >
+ {{ player.stats.deaths }}
+
|
{{ player.stats.assists }}
+ >
+ {{ player.stats.assists }}
+
|
{{ player[statsFormat].minions }}
+ >
+ {{ player[statsFormat].minions }}
+
|
{{ player[statsFormat].vision }}
+ >
+ {{ player[statsFormat].vision }}
+
|
{{ roundStats(player[statsFormat].gold) }}
+ >
+ {{ roundStats(player[statsFormat].gold) }}
+
|
{{ roundStats(player[statsFormat].dmgChamp) }}
+ >
+ {{ roundStats(player[statsFormat].dmgChamp) }}
+
|
{{ roundStats(player[statsFormat].dmgObj) }}
+ >
+ {{ roundStats(player[statsFormat].dmgObj) }}
+
|
{{ roundStats(player[statsFormat].dmgTaken) }}
+ >
+ {{ roundStats(player[statsFormat].dmgTaken) }}
+
|
{{ player.stats.kp }}
+ >
+ {{ player.stats.kp }}
+
|