Timo Peters
Timo Peters
I noticed that this only applies to the validation observer. `` works fine but obviously behaves different so I need the ``.
Found the problem in my code. I still don't know the root cause but this is what caused the validation-observer not to render: Before my rewrite the component was something...
Thanks for the response. Would this work with vue2.7? We are currently still on 2.7, rewriting everything with to make migrating to Vue3 easier.
Mainly because it's way to slow. Win+Shift+S opens the snipping tool. You then have to select the area you want to screenshot. This takes a moment and if you are...
Got the same issue after trying to upgrade from 3.8.2 to 3.10.0 I got no other `.nuxt` or `node_modules` directories in my home folder. The vite define workaround also didn't...
Why comment the unused variable? If truly unused removal should be okay. Commenting implicates that it might be relevant in certain conditions which might lead other devs to search for...
Could take a bit to repro. Will report back once I have a good reproduction. But besides that is there any way to debug why the valid flag is false?...
I see. It doesn't really reflect my situation though I guess. Once I change any value in the form the validation is triggered. Let's say I input regular text in...
I spent the last week trying to find a memory leak in my Nuxt3 projects and the event listener "issue" was the root cause of all of them. Our team...
Nah, take your time. :) Thank you.