Thomas Cazade
Thomas Cazade
Seems to be an issue with CSS loading order. Not sure what can be done here to avoid that. My guess would be to load the Vue component styles globally,...
Hey @rudokemper, I've had to make some minor tweaks. See this MR: #135 I've co-authored the commit with you to ensure you get credits 🙂
As an alternative, use `req.headers.get("host")` inside your middleware. It will return the correct host with the subdomain, if there is one.
Hi @Liripo, can I ask you what kind of infinite scroll are you referring to? - Infinite scroll with options fetching when reaching the end of the menu - Infinite...
For this issue, I assume a working virtualized scroll demo will be achieved using [`vue-virtual-scroller`](https://github.com/Akryum/vue-virtual-scroller/blob/master/packages/vue-virtual-scroller/README.md): 1. Implement a new slot that should wrap the content of a menu-option (MenuOption.vue). Ensure...
Would be nice to have a bit more details on the issue, but I agree with your point. I'll edit your comment with the specs.
@robinvoor there aren't any priorities actually and there isn't any work in progress for this feature. Feel free to create a pull-request if you're willing to work on it :)...
Released in v0.9.0 See https://vue3-select-component.vercel.app/props.html#istaggable and the various demos
Same for me. Only icons from `ls` are loaded and displayed in the IDE with IntelliSense. However, I am using Heroicons set in my Nuxt v4 project and it doesn't...
Got the same error when trying to setup the project locally, [following the local development guide](https://dub.co/docs/local-development). The error comes from multiple files. I have the same TypeScript errors popping in...