Skip to content

Instantly share code, notes, and snippets.

@kenrogers
Created July 28, 2018 18:18
Show Gist options
  • Save kenrogers/5ed78a50c2b948c052a37b4996747f46 to your computer and use it in GitHub Desktop.
Save kenrogers/5ed78a50c2b948c052a37b4996747f46 to your computer and use it in GitHub Desktop.
<template>
<div>
<section class="section">
<section class="level">
<div class="level-item">
<p class="title">
Budget
</p>
</div>
<div class="level-item">
<nuxt-link to="/"><b-icon icon="chevron-left" size="is-small"></b-icon> Go to Your Transactions</nuxt-link>
</div>
</section>
</section>
<section class="section">
<div class="container">
<p>Budget table</p>
</div>
</section>
</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