Matthew Raymer
1 year ago
4 changed files with 0 additions and 64 deletions
@ -1,14 +0,0 @@ |
|||
<template> |
|||
<div class="about"> |
|||
<h1>This is an about page</h1> |
|||
</div> |
|||
</template> |
|||
|
|||
<script lang="ts"> |
|||
import { Component, Vue } from "vue-facing-decorator"; |
|||
|
|||
@Component({ |
|||
components: {}, |
|||
}) |
|||
export default class AboutView extends Vue {} |
|||
</script> |
Loading…
Reference in new issue