blessed-vue
blessed-vue copied to clipboard
Expose screen as a global on the vm
There are a few cases that I need to be able to get access to "screen", so I have this code all over the place where I take this.$el.elm.screen
. Is there a way that we can expose this.$screen
that would shortcut that?
that I don't know for the moment. Will need to take some time to find some options.
@geiseri This can be achieved with a global vue mixin