Created
December 5, 2020 02:37
-
-
Save spiritbroski/1d44cce5c8a3d7d8bc425e6e60c2e390 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template> | |
| <v-row justify="center" align="center"> | |
| <v-card> | |
| <v-card-text> | |
| <v-row :class="['my-3','mx-3','text-h4']">LOGIN USING YOUR GITHUB ACCOUNT</v-row> | |
| <v-row align="center" justify="center"> | |
| <v-btn><v-icon class="mx-2 my-2">fab fa-github</v-icon>LOGIN</v-btn> | |
| </v-row> | |
| </v-card-text> | |
| </v-card> | |
| </v-row> | |
| </template> | |
| <script lang="ts"> | |
| import { Component, Vue } from 'nuxt-property-decorator' | |
| @Component | |
| export default class MyStore extends Vue {} | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment