Created
December 5, 2020 02:34
-
-
Save spiritbroski/006a726f19814b7c36139bec048350f7 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> | |
| <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