Skip to content

Instantly share code, notes, and snippets.

@spiritbroski
Created December 5, 2020 02:37
Show Gist options
  • Select an option

  • Save spiritbroski/1d44cce5c8a3d7d8bc425e6e60c2e390 to your computer and use it in GitHub Desktop.

Select an option

Save spiritbroski/1d44cce5c8a3d7d8bc425e6e60c2e390 to your computer and use it in GitHub Desktop.
<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