Fix poll interaction

This commit is contained in:
tusooa 2023-02-18 13:40:42 -05:00
commit 2316bcc842
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
2 changed files with 55 additions and 40 deletions

View file

@ -12,7 +12,8 @@ export default {
data () {
return {
loading: false,
choices: []
choices: [],
randomSeed: `${Math.random()}`.replace('.', '-')
}
},
created () {