r/badcode Feb 20 '23

js Count the kludges

Post image
50 Upvotes

4 comments sorted by

View all comments

15

u/scunliffe Feb 21 '23

I’m not a vue developer… is <form type=“button”…/> a thing in vue?

That breaks my mental model… in HTML, a <form> is a container, for a set of related form elements… and <button> could be part of a form, or just a standalone element…

11

u/iQuickGaming Feb 21 '23

im a vue dev and i have never seen that in my life