Matej Černý
Matej Černý
> I'm having the same problem, did you find a solution? Yeah, you need to add the dependencies of the layer you are extending to the child layers and make...
Interesting solution, but quite cumbersome and error-prone, in my opinion. Could something similar be implemented for classes extending a base class? Obviously, I can't use `A.name` in the expression 😕
Is this possible in Nuxt 3 when there's only the `2.x` tag here?
Hi, are there any updates on this issue? Were you able to find a reasonable workaround?
Now the `options` key seems to have been removed from `IPXRuntimeConfig` and it doesn't work at all for me 😕 Nuxt - 3.8.2 Nuxt/Image - 1.0.0
@antfu, sorry for the ping, but could we please get this merged? I keep having to deal with this issue because the version in which it was introduced has fixed...
I love this idea. Probably link my issue as well as this should cover that use case too: https://github.com/unjs/ofetch/issues/355
@Atinux sorry for the late response. I created an example here: https://stackblitz.com/edit/github-kepqth?file=app.vue,pages%2Findex.vue,pages%2Fmanual-refresh.vue I realized that `refresh()` basically accomplishes what I wanted. The only downside would be that I'd have to...
Sadly, still waiting for a fix
The purpose of this change was to allow access to the original object (value) when the `value-attribute` prop is set. However, after reading your comment, I realized that the initial...