Access to app variable anywhere
[issue link]Hi all!
I can’t find out the way of accessing to app
variable from a component or a page as we can do in middleware or plugins.
I would like the app
because I want to get attached instance of plugins, for example i18n.
app.i18n.fallbackLocale
Do you know how is it possible ?
Thx