bugfix: fixed warning about authcode not being set when editing a player without authcode
This commit is contained in:
parent
b1154f9567
commit
9bd56b9232
@ -40,6 +40,9 @@ export default {
|
||||
props: ['player'],
|
||||
data() {
|
||||
return {
|
||||
name: '',
|
||||
score: 0,
|
||||
authcode: '',
|
||||
...this.player,
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user