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'],
|
props: ['player'],
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
name: '',
|
||||||
|
score: 0,
|
||||||
|
authcode: '',
|
||||||
...this.player,
|
...this.player,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user