Eduardo San Martin Morote
Eduardo San Martin Morote
For clarity:  
Ah, I see! That does make the config easier to write. I think the module should use the string syntax by default in that case
I don't think this is particularly useful because it only works in scenarios where you want to **either display a loading placeholder or the content itself**. But in practice, you...
> Consider this example where we already have the user object but need to fetch the user's profile picture, we could display all the currently available data while using the...
Exactly, using a 3rd party library yields the same result and expressiveness than a native feature that would only be used in simple cases. That's why I don't think this...
Maybe the source code is using a different version of Pinia or is not setting the `NODE_ENV` to test. Contribution Welcome!
FYI, the `NODE_ENV=test` should be set by the tool launching the tests. If it isn't, the bug should be reported there
I see, I misread that. For anybody, feel free to try to fix this and submit a PR 👍
I was talking about vue-router issues: https://github.com/vuejs/vue-router/issues/2648 Note you can achieve this custom behavior by creating custom NuxtLink component with the `v-slot` api that adds new props like `inactiveClass`
Nice, thanks for the help! I'm currently busy with other stuff so feel free to give it a try in your own projects and open a PR with what you...