<pre>self.$dispatch('application.progress.update', 'start', 80);</pre> When handle this event: <pre> this.$on('application.progress.update', function () { //It's true, arguments: 'start', 80 and undefined arguments.length === 3 })</pre> Is it an expected behavior?