Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save simonjcarr/a268575368e16dd1585206f48b2f239e to your computer and use it in GitHub Desktop.
<template>
<div class="bg-black h-32 p-8 flex justify-around">
<div class="text-white text-4xl">Composition API Blog</div>
<div class="text-white text-xl"><router-link to="/">Home</router-link></div>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment