Plugin screen does not work
-
This post is deleted! -
@Tini What exactly are you trying to accomplish? It’s not clear from your post. Also, I can’t tell by the formatting, but it looks like the line:
this.$q.screen.setSizes({ sm: 300, md: 500, lg: 1000, xl: 2000 })
is in the middle of your template. It would be better in a
created()
hook or a boot file.P.S. Use triple backticks to format a large block of code, like this:
```
Code here
```