Compare commits

...

2 Commits

Author SHA1 Message Date
244d567b3a 5.13.2 2018-08-04 12:38:14 +09:00
61a9ad23f1 Fix bug 2018-08-04 12:35:57 +09:00
2 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,8 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
"version": "5.13.1",
"clientVersion": "1.0.7963",
"version": "5.13.2",
"clientVersion": "1.0.7967",
"codename": "nighthike",
"main": "./built/index.js",
"private": true,

View File

@ -48,6 +48,10 @@ export default Vue.extend({
},
watch: {
game() {
this.$emit('gamed', this.game);
},
gameId() {
this.fetch();
}