Fix poll interaction
This commit is contained in:
parent
e45dff0b26
commit
2316bcc842
2 changed files with 55 additions and 40 deletions
|
|
@ -12,7 +12,8 @@ export default {
|
|||
data () {
|
||||
return {
|
||||
loading: false,
|
||||
choices: []
|
||||
choices: [],
|
||||
randomSeed: `${Math.random()}`.replace('.', '-')
|
||||
}
|
||||
},
|
||||
created () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue