diff --git a/client/src/components/Match/Match.vue b/client/src/components/Match/Match.vue index bd2695d..f490d33 100644 --- a/client/src/components/Match/Match.vue +++ b/client/src/components/Match/Match.vue @@ -3,8 +3,8 @@
@@ -169,6 +169,10 @@ export default { type: Object, required: true }, + indexMatch: { + type: Number, + default: -1, + } }, data() { diff --git a/client/src/components/Summoner/FilterSeason.vue b/client/src/components/Summoner/FilterSeason.vue new file mode 100644 index 0000000..108665d --- /dev/null +++ b/client/src/components/Summoner/FilterSeason.vue @@ -0,0 +1,48 @@ + + + diff --git a/client/src/components/Summoner/HeaderLoader.vue b/client/src/components/Summoner/HeaderLoader.vue index e5da336..168afa1 100644 --- a/client/src/components/Summoner/HeaderLoader.vue +++ b/client/src/components/Summoner/HeaderLoader.vue @@ -1,5 +1,5 @@ + @@ -110,6 +118,7 @@