mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-17 09:01:06 +02:00
Set global axios instance using vue-axios wrapper
This commit is contained in:
@ -173,7 +173,7 @@
|
||||
|
||||
deleteIcon(event) {
|
||||
if(this.tempIcon) {
|
||||
axios.delete('/api/icon/delete/' + this.tempIcon)
|
||||
this.axios.delete('/api/icon/delete/' + this.tempIcon)
|
||||
this.tempIcon = ''
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user