-
In order to make the form work with netlify and nuxt, what you need to do is to submit the form as AJAX instead. And not add netlify attribute to the form tag. Then, all the page worked again. docs.netlify.com/forms/setup/#submit-javascript-rendered-forms-with-ajax
-
Notice the event tag in the first image that doesn't appear in the second.
-
Here a source code example that causes the bug github.com/aleixmorgadas/nuxt-netlify-form-issue