Skip to content

Instantly share code, notes, and snippets.

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

  • Save spiritbroski/006a726f19814b7c36139bec048350f7 to your computer and use it in GitHub Desktop.

Select an option

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