A vue.js template containing this doesn't fire in IE11:
<input type="checkbox" v-on:input="blabla()">
blabla()
is called in Firefox and Chrome - just not in IE11.
Why is that? See this codepen to reproduce. In IE11, you'll need the codepen debug view though, as the codepen editor is not supported in IE11.
Using vue 2.6.10, which today is the newest version.