Created
December 5, 2020 02:36
-
-
Save spiritbroski/679483b9fbaa94508e974d59f4d826b1 to your computer and use it in GitHub Desktop.
login
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> | |
| <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