Created
August 15, 2020 08:54
-
-
Save simonjcarr/a268575368e16dd1585206f48b2f239e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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