I have a vue component with
gives
app.js:47961 [Vue war
Also if you want to access console from {{ }} you can use global mixin:
Vue.mixin({ computed: { console: () => console } })