mirror of
https://github.com/anatolykopyl/vk-bingo.git
synced 2026-03-26 12:54:25 +00:00
✨ Сбор статистики
This commit is contained in:
@@ -63,6 +63,13 @@ export default {
|
||||
setTimeout(function() {
|
||||
innerThis.showResult = true
|
||||
}, 800)
|
||||
axios
|
||||
.post(process.env.VUE_APP_BACKEND + '/answer', {
|
||||
'data': {
|
||||
'correct': this.correctAnswer,
|
||||
'selected': this.selectedAnswer
|
||||
}
|
||||
})
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
||||
Reference in New Issue
Block a user