Set global axios instance using vue-axios wrapper

This commit is contained in:
Bubka
2020-01-26 21:04:33 +01:00
parent 0fd9869230
commit 5531c0e7e1
13 changed files with 77 additions and 28 deletions

View File

@ -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 = ''
}
},