Initial setup of the routing, and included a test bank statement

This commit is contained in:
Josh Creek
2019-04-13 15:16:30 +01:00
parent afc10c58e0
commit 02a7d97571
5 changed files with 54 additions and 25 deletions
+9
View File
@@ -0,0 +1,9 @@
<template>
<div id="header">
<h1>Bank Statement Analyser</h1>
<div id="nav">
<router-link to="/">Home</router-link> |
<router-link to="/about">About</router-link>
</div>
</div>
</template>