You can register global property inside window. For example :
app.config.globalProperties.$gAuth= gAuth // old way window.$gAuth = gAuth // new way
Now in any component you can access it with :
window.$gAuth