Skip to content

Instantly share code, notes, and snippets.

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