Skip to content

Instantly share code, notes, and snippets.

@simonjcarr
Created August 15, 2020 08:45
Show Gist options
  • Select an option

  • Save simonjcarr/b7622fd223c3e13e4954d806fbecee0e to your computer and use it in GitHub Desktop.

Select an option

Save simonjcarr/b7622fd223c3e13e4954d806fbecee0e to your computer and use it in GitHub Desktop.
<template>
<div class="home"></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