Bastien JACQUELIN 1 year ago
commit d3542591af

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

Loading…
Cancel
Save