Disable the Vue Devtool extension tip
in chrome if you right click one of the messages and choose to hide it will toss it up in your filter so dont get messages from vue.runtime.esm.js
anymore:
From the source code you provided, have you tried the following before new Vue({...})
?
Vue.config.devtools = false