Nuxt form behaving differently bettwen dev and build
I am trying to build a form in my app. Sadly it behaves differently between dev and build.
In dev it just executes the onSubmit method and everything is fine. For build it redirects to the post url.
This is the code:
I also tried with the prevent modifier but that did not help.
In dev it just executes the onSubmit method and everything is fine. For build it redirects to the post url.
This is the code:
I also tried with the prevent modifier but that did not help.
