### Vue.js version 1.0.23 ### Reproduction Link http://jsbin.com/pevimajuro/edit?html,js,output ### Steps to reproduce Submit a form with javascript `document.forms[0].submit();` doesn't trigger event modifier `v-on:submit.prevent` ### What is actually happening? The event modifier is not triggered. The default event is. Is this a bug ? Some web extension auto login after filling form, but don't seems to work with a vuejs form.