Matej Černý

Results 62 comments of Matej Černý

This probably belongs to https://github.com/nuxt/nuxt.com Although, I think this is more of an iOS bug than a website issue.

@danyadev sorry for the ping, just wondering what the status of this PR is 🙏 I can see that some tests in the language tools failed

In my opinion, it would be better to take this into consideration when implementing the factory function for useFetch (https://github.com/nuxt/nuxt/issues/14736) to make features like these possible, than to extend the...

I managed to solve most of the points brought up in the issue, but sadly, not all of them. Since I wanted to preserve Nuxt routing features for these dynamic...

@MorevM If I'm not mistaken, your implementation still won't be able to run in parallel with plugins, would it? It would be: await all plugins -> await page type fetch...

I use async plugins to for user auth & cart initialization on an e-commerce website, so I'd like to figure out a way to get rid of the unnecessary delay,...

Both approaches will render on the server just fine. Why do you think that's not the case?

The API call to get the page type for the current path would happen on the server, and the initial SSR response for any client (whether it supports javascript execution...

I also added the possibility to compare nested objects using the `by` prop when the `value-attribute` prop is set Consider the following example: ```vue const selected = ref([{ id: 1,...

@benjamincanac sure! However, I'll have to postpone it to tomorrow if that's ok