SN
...
}).catch(errors => {
this.notify(errors.response.data.reason)
})
Size: a a a
SN
VK
SN
SN
SN
В
DA
VK
SN
SN
В
DB
SN
SN
В
const getData = async() => {
try {
return await axios.get(url);
}
return [];
}
SN
В
const getData = async() => {
try {
return await axios.get(url);
}
return [];
}
В
DA
SN