Anton Reshetov
Anton Reshetov
Thank you for the PR. It's not exactly what I wanted to see in the library. If we add a search, it shouldn't be inside dropdown. It has to be...
same issue
Hi @robbelroot > Sometimes an image is not equal heigh For the style of your carousel you should take care yourself. Vue-glide provides only the functionality of glide.js As for...
Since VueGlide is only a wrapper, it respects the behavior of the library itself. Control via arrows should be consistent with the documentation https://glidejs.com/docs/data-attributes. But I will think about how...
@tylerwiegand https://antonreshetov.github.io/vue-glide/slots/#control
Hi @jgribonvald vue-glide provides only functions that are built into the glide.js library. I have no plans to implement additional functionality yet. But always PR welcome.
@joyofscripting The previous versions in which everything was fine, is it below 3? Since the breaking change occurred in version 3, in which there was a switch from ace to...
I originally thought it might be related to [onigasm](https://github.com/zikaari/onigasm) and it seems to be right. I found this issue https://github.com/zikaari/onigasm/issues/6. Unfortunately the issue is not resolved. I also tried replacing...
> Its still not complete, it'll probably throw errors when you'll import you vue component inside ts files (say inside `.vitepress/theme/index.ts` for like registering a component globally). You need some...
> @antonreshetov Can you show us what errors are you getting? It's just that the editor highlights it as an error. I renamed `env.d.ts` -> `shims.d.ts` and everything is back...