X-Git-Url: https://git.auder.net/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fviews%2FGame.vue;h=1071ece83f0f9fce229bcddd8801fb5ece0e5573;hb=bae751bc6bc548791772c3ff5883a03deeb77264;hp=6e9768af370db9d9c6ae5c840b3b84280b253f16;hpb=81452d4dd5d64d93322c6ba090c6e357e65a68fb;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 6e9768af..1071ece8 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -374,7 +374,7 @@ export default { id: my.id, name: my.name, tmpIds: { - tmpId: { focus: true } + [tmpId]: { focus: true } } } );