Skip to content

Instantly share code, notes, and snippets.

@cursosdesarrolloweb
Created January 17, 2021 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cursosdesarrolloweb/931053aaa7500393b1764e9957a8a97f to your computer and use it in GitHub Desktop.
Save cursosdesarrolloweb/931053aaa7500393b1764e9957a8a97f to your computer and use it in GitHub Desktop.
import { Options, Vue } from 'vue-class-component';
import Template from "./template.vue"
@Options({
mixins: [Template]
})
export default class Login extends Vue {
}
<template>
<h1>Login Form Template</h1>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment