You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..
There's problem on SSR with message
_vm.form.errors.has is not a function
whenasync fetch()
is being used on components in Nuxt.The text was updated successfully, but these errors were encountered: