[Vuejs]-Why does the this scope change when calling from a template or watcher?

0👍

Why do you write '$q.screen.width'?

Try this:

watch(() => this.$q.screen.width, setMiniState)

Leave a comment