All links of one day in a single page.
Si dans Vue.js vos animations CSS clignotent dans IE 11, pensez à ajouter animation-fill-mode: forwards; sur l'élément auquel l'animation est affecté.
animation-fill-mode: forwards;
Une astuce très importante à connaître pour résoudre un bug dans IE 11 avec flexbox.