Fix
This commit is contained in:
parent
a365849048
commit
c11e813146
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue