Bastien JACQUELIN 2 years ago
commit d3542591af

@ -30,7 +30,9 @@ export default{
console.log(this.news); console.log(this.news);
this.homeClicked=true; this.homeClicked=true;
this.teamClicked=false; this.teamClicked=false;
this.news = api.getNews(); let infos = api.getNews();
console.log(infos)
this.news = infos
} }
else{ else{
this.homeClicked=false; this.homeClicked=false;

Loading…
Cancel
Save