Eduardo San Martin Morote

Results 866 comments of Eduardo San Martin Morote

Thanks for this. In the end, I decided to just use the `exclude` option for this

This was implemented a long time ago with `definePage()`, I don't think it's necessary to add an extra macro at the moment

This is already implemented in v2

After further investigation this is not technically possible because we have no access to all modifiers at runtime 😔

Note to myself: maybe worth checking if using something like https://github.com/DioxusLabs/taffy brings any improvements to size and maintanability

I forgot to update the docs with the Getters, it's fixed now! See 7218691

@danielroe given that `defineStore()` is only used within stores, do you think it's really worth auto importing it? I don't know if you (Nuxt) have benchmarked adding auto imports but...

Thanks for the PR. In the end, I decided to just add the auto imports automatically and remove the existing option.

The default is different from yours. You can check the docs or the commit to see the diff

Yeah, something similar could be nice. I added an empty interceptors file to src if anybody wants to give it a try