master
Aurian JAULT 1 year ago
parent d0a39549a4
commit cd863e76b7

@ -28,7 +28,9 @@ export default{
let api = new NewsService();
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