Should we be able to bypass duplicate attributes build error by using different forms of event handling? #11099
Unanswered
erlliam
asked this question in
Help/Questions
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://play.vuejs.org/#__SSR__eNp9kTFPwzAQhf9K5KWtVNIBpihUQNUBBkDA6CVxryGtY1v2OUSK8t85J6SECnXzve/5/J7csntj4toDS1iKUBmZIay5iqI094haRXdCluJ4y1nGWVRfaZWMQk5CotXmZxQ0ruhquprsSZ2wpcHIAXpD894rgSWtzeaLVmjltIRY6mI+y2aLbsLzc57/5eKci56nq+HBNVsydGTYl0V8cFpRvzbUopy6MqUE+2LCIsdZEvUksExK/fXUa2g9LEddfII4/qMfXBM0zl4tOLA1cHZimNkCcMDb92do6HyCld55Se4L8A2onA8ZB9uDVzuKPfH1aR8roy2Wqvhw2wZBubFUCBqcXe/njD55c6H6b9zr+Ka/x1XHum9tcLTw
Here we are able to put three event handlers on the button.
However, it's not clear if we should be able to do this, because something like this throws
SyntaxError: Duplicate attribute.
when building.Beta Was this translation helpful? Give feedback.
All reactions