<button class="button Action" @click=allGrades()> Скачать</button>
allGrades(){
this.loaderReport = true
api.getAllgrades()
.then(response => {
this.all_grades = response.data
this.loaderReport = false
})
},
image/jpg