Default calculator guilds

This commit is contained in:
Codrin Pavel
2020-05-17 18:34:39 +03:00
parent f3a57b6e8b
commit c4e6d61608
2 changed files with 11 additions and 11 deletions

View File

@@ -4,16 +4,16 @@ var calculator = new Vue({
//guilds: new Array(10) //guilds: new Array(10)
guilds: [ guilds: [
'', '',
'Pyro', 'G1',
'Knights', 'G2',
'Confectioners', 'G3',
'Family', 'G4',
'Sofa', 'G5',
'Twisted', 'G6',
'Trium', 'G7',
'Atomic', 'G8',
'Black', 'G9',
'Vagabunden', 'G10',
] ]
}, },
computed: { computed: {

File diff suppressed because one or more lines are too long