Subscribe on changes!

v-on:submit-prevent not effect

avatar
Aug 20th 2021

Version

3.2.4

Reproduction link

https://codepen.io/alex-888/pen/abWeLYV

Steps to reproduce

{{name}}

What is expected?

need fix this bug

What is actually happening?

not effect

avatar
Aug 20th 2021

You need to mount the app on a parent element, the form element is not being processed by Vue because you are mounting on it instead of mounting in a wrapper element.


Remember to use the forum or the Discord chat to ask questions!