Skip to content

Instantly share code, notes, and snippets.

@kenrogers
Last active July 28, 2018 18:11
Show Gist options
  • Save kenrogers/26fd308e1daecf3fc82a5fb67c264d00 to your computer and use it in GitHub Desktop.
Save kenrogers/26fd308e1daecf3fc82a5fb67c264d00 to your computer and use it in GitHub Desktop.
<template>
<div class="home container flex flex-col items-center w-1/2">
<nav class="flex">
<nuxt-link to="/"><b-icon icon="chevron-left" size="is-small"></b-icon> Go to Your Transactions</nuxt-link>
</nav>
<h1>Budget</h1>
</div>
</template>
<script>
export default {};
</script>
<style>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment