getAllCorrs() {
// добавляем
const self = this;
axios.get("http://url.local/api.php?action=read")
.then(response => {
//app.corrs = response.data
// и здесь обращаемся не к this а к self
self.corrs = response.data
})
<!DOCTYPE html>
<html lang="en-US">
<p lang="fr">Ceci est un paragraphe.</p>
.slider {
width: 50%;
margin-left: 25px;
}