Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with fetch method on Nuxt #140

Open
aliwesome opened this issue Jan 2, 2022 · 1 comment
Open

Problem with fetch method on Nuxt #140

aliwesome opened this issue Jan 2, 2022 · 1 comment

Comments

@aliwesome
Copy link

There's problem on SSR with message _vm.form.errors.has is not a function when async fetch() is being used on components in Nuxt.

@Remo
Copy link

Remo commented Feb 24, 2022

There are two other issues describing the same problem:

If you check the second link, you'll find an example that works. It doesn't seem to be using async fetch() but rather async asyncData. In my case it does seem to fix the problem. I can still render my data on the server and use vform, but it's a shame we have to be careful and never use async fetch when using vform. I still wonder what the actual issue is..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants