Skip to content

Instantly share code, notes, and snippets.

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

  • Save spiritbroski/679483b9fbaa94508e974d59f4d826b1 to your computer and use it in GitHub Desktop.

Select an option

Save spiritbroski/679483b9fbaa94508e974d59f4d826b1 to your computer and use it in GitHub Desktop.
login
<template>
<Login />
</template>
<script lang="ts">
import Login from '@/components/Login.vue'
import { Component, Vue } from 'nuxt-property-decorator'
@Component({
components: {
Login,
},
})
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