We want Google Auth for our app with app-framework.
We need to override a component <login-popup>
which is used in app/app.js
To override we need to create a component -> https://github.com/scriptPilot/app-framework/blob/master/docs/extend-vue-root-object.md#own-components
First, create "app/components/loginPopup.vue"
Second, register the component in the "app/vue.js" file