This commit is contained in:
syuilo 2019-03-07 09:35:23 +09:00
parent a890e9ce12
commit e63b300279

View File

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