jack-allocate

Results 5 comments of jack-allocate

You should be able to create a `vitest.config.ts`, and then pass a different auto import configuration to that. The auto configuration in your `vite.config.ts` should not have `vitest` in it.

@arfedulov I saw you checked that you would submit a PR for this but I didn't see one. Heads up I also realized you can already pass the `to` prop...

@zernonia That demo has two issues: 1. Clicking on an option no longer works since blur gets triggered 2. The chevron no longer properly toggles the content. I did fix...

Struggling to fix issue 2, any ideas?

How can we get around this functionality when we cant directly use ` v-model`? Example (not the author of this reddit post): https://www.reddit.com/r/vuejs/comments/1clppby/tsx_error_when_registering_event_listener_for_an. I'm having the same issue where I'm...