This commit is contained in:
syuilo 2019-03-07 09:35:23 +09:00
parent a365849048
commit c11e813146
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -88,7 +88,7 @@ export default Vue.extend({
Vue.set(c, 'isVoted', true);
}
}
this.showResult = !this.poll.multiple;
if (!this.showResult) this.showResult = !this.poll.multiple;
});
}
}