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
})
Не проще ли создавать страницы с использованием лишь html,css, js