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
1 changed files with 1 additions and 1 deletions

View File

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