Added import and export function

This commit is contained in:
Ponkhy
2021-09-01 17:09:32 +02:00
parent 8ea4dec5a0
commit 2f6c5963c5
3 changed files with 131 additions and 0 deletions

View File

@@ -254,6 +254,9 @@ export default {
this.importantHeartbeatList = {}
},
uploadBackup(uploadedJSON, callback) {
socket.emit("uploadBackup", uploadedJSON, callback)
},
},
computed: {