v-on:submit-prevent not effect
Version
3.2.4
Reproduction link
https://codepen.io/alex-888/pen/abWeLYV
Steps to reproduce
What is expected?
need fix this bug
What is actually happening?
not effect
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!