Alex Liu

Results 38 comments of Alex Liu

Yes, based on the scenario you provided, using Vorms may not make your problem simpler. Especially in your example: ```ts const { values } = useForm({ initialValues: { // search...

Thank you for your assistance, and I'm looking forward to the results of your study as well! 💚 Additionally, I might still suggest directly passing `routeQuery` to Vorms' `initialValues`. We...

@chnejohnson Can you please provide the version of Vue you are currently using? You can execute `pnpm why vue` to confirm.

@chnejohnson There doesn't seem to be any issue. I've tried several different environments here and couldn't reproduce the problem. I'm not sure what the reason could be. Have you considered...

> Yes you can use [ariaId](https://floating-vue.starpad.dev/api/#ariaid) prop to prevent using a random id for the `aria-describedby` attribute. Maybe it could be fixed in nuxt via the module but I'm not...

I'm thinking this issue might be tied to the nitro server, which seems to struggle with importing file types like `.png` and `.svg`. If we're looking to work with raw...

You are absolutely correct, it should indeed align with your preference, and there truly isn't a right or wrong choice here. I believe there is not much difference between the...

It’s my honor! I will do my best to understand the implementation of nuxt scripts and try to complete this part. 💪