I have a vue component with
gives
app.js:47961 [Vue war
Simplest way of providing global objects to the template is to place them in computed, like this:
computed
console: () => console. Same goes for window,
console: () => console
window
computed: { console: () => console, window: () => window, }
See it here.