<!-- BUG REPORT TEMPLATE --> ### Vue.js version 2.1.8 ### Reproduction Link https://fiddle.jshell.net/b9re3psg/ ### Steps to reproduce 1. Use Internet Explorer 11: 1. Change the selection of the `<select>` field next to "Won't fire" from `2016` to `2017` ### What is Expected? The `test()` method will be called (which fires off an `alert()`). ### What is actually happening? Nothing (in Internet Explorer 11). In Chrome and Firefox the `test()` method is triggered as expected.