Jan de Sterke
Results
3
comments of
Jan de Sterke
Tried using npm source instead of CDN. still getting the same result. After applying the data-aos tag on multiple elements, only the first one appears.
Solution: ``` lockDaysFilter: (day) => { const d = day.getDay(); return [2, 3, 4, 6, 0].includes(d); }, ```