79710159

Date: 2025-07-22 08:39:08
Score: 0.5
Natty:
Report link

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
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Roman Diez