A simple Vue directive to include Google Sign-In Button behavior in any component.
npm install vue-google-signin-button-directive
bash
$ npm install --save vue-google-signin-button-directive
$ yarn add vue-google-signin-button-directive
`
Usage
Import the directive and attach it to any component, let's give you an example:
> Important: OnGoogleAuthSuccess and OnGoogleAuthFail are mandatory methods you have to declare in your component where you are using the directive.
` html
``