-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Description
Version
2.6.7
Reproduction link
https://jsbin.com/hezicepana/1/edit?html,output
Steps to reproduce
There are two elements with v-on:click
, the first one is wrapped inside a button tag and the second one is wrapped inside a div tag.
Open it on IE11, clicking both elements to see the results.
What is expected?
Expect both elements trigger the callback and alert the text.
What is actually happening?
The first one does not trigger the callback whereas the second one works fine.
Don't know what causes this.
Not sure whether this happens only to the button tag.
Metadata
Metadata
Assignees
Labels
No labels