Eduardo San Martin Morote

Results 866 comments of Eduardo San Martin Morote

No because Vue demi is not receiving any new releases. You will have to use a local patch for Vue 2

We probably need to add something like https://github.com/unplugin/unplugin-auto-import#eslint T some point. Or you could use the auto imports as shown in this read me and it will support the eslint...

I couldn't reproduce this anymore. Can anyone with a boiled down repro help? Thanks

Closing due to inactivity. Please open a new issue with a reference to this one if you can follow up with more information.

When using `sync` mode there seems to be (I think) a circular dependency somewhere creating the error you see when also using `useRoute()` with auto import (from `vue-router/auto`). Similar to...

@xenolithviktor I need to investigate more. For the moment, I recommend you to use any of the versions with [pnpm patch](https://pnpm.io/cli/patch) or [patch-package](https://www.npmjs.com/package/patch-package). I will focus on fixing this and...

You don't need my blessing in any way 😅 This is open source, feel free to work on it and submit a PR. I'm busy with other matters that affect...

The more I think about this, the more I think routes shouldn't be automatically added. Making the import of `routes` explicit would remove the circular dependency issue