Skip to content

Instantly share code, notes, and snippets.

@NovoManu
Last active November 8, 2020 22:29
Show Gist options
  • Save NovoManu/bafb9a46a4c30ba531d7e4c2929829c8 to your computer and use it in GitHub Desktop.
Save NovoManu/bafb9a46a4c30ba531d7e4c2929829c8 to your computer and use it in GitHub Desktop.
<template>
<div>
<h1>This is a home page</h1>
</div>
</template>
<script>
export default {
name: 'Home'
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment