vuejs / Discussion

Vue.js discussion
167 stars 17 forks source link

iOS event bound using addEventListener is not triggering #1321

Open rahmathm1 opened 7 years ago

rahmathm1 commented 7 years ago

Click bound using addEventListener is not triggering. Click is only triggered when clicked on an element having v-on:click event.

This is happening in iOS.

Fiddle

Thanks!