Update othello.game.vue

This commit is contained in:
syuilo 2018-03-12 07:53:58 +09:00 committed by GitHub
parent 1d62003e08
commit 49b7340096
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,7 +130,7 @@ export default Vue.extend({
type: 'check', type: 'check',
crc32 crc32
}); });
}, 10000); }, 3000);
} }
}, },