Added Filter and Nav components into main page

This commit is contained in:
Alicia Sykes
2019-08-20 00:05:35 +01:00
parent cabff153ba
commit b138df8157
2 changed files with 48 additions and 22 deletions

View File

@@ -1,9 +1,6 @@
<template>
<div id="app">
<div id="nav">
<router-link to="/">Home</router-link> |
<router-link to="/about">About</router-link>
</div>
<router-view/>
<Footer />
</div>
@@ -24,7 +21,6 @@ export default {
@import url('../src/global-styles.scss');
#app {
margin: 1em;
.footer {
text-align: center;
}