Andrey Gaisinskii
Andrey Gaisinskii
@selvievski Try it like this: 1) Create a `vue-functional-calendar.d.ts` file and put it somewhere in your project 2) Declare your typing in the file, for eg. ``` declare module 'vue-functional-calendar'...
@EvilJordan have you tried to wrap your swiper initialization into `requestAnimationFrame` ? I have a similar problem, on initial page load `swiper-button-disabled` class is not being added, but i am...
Bumping, the problem is still here. Having it on my NuxtJS projects, when redirecting from a cached page router is trying to resolve `search` page that does not exist and...