Add titan shortcut selections

This commit is contained in:
Codrin Pavel
2020-05-25 19:40:07 +03:00
parent d7eca8ca3f
commit 13c15f9c41
5 changed files with 81 additions and 11 deletions

View File

@@ -25,6 +25,10 @@ var toe = new Vue({
for (titan in selectedTeam) titans += selectedTeam[titan];
return titans;
},
setTitans: function (team) {
this.selectedTitans = team;
}
},
computed: {