Haris Razis
4 years ago
8 changed files with 90 additions and 38 deletions
@ -1,11 +1,4 @@ |
|||
<template> |
|||
<!-- <div id="nav">--> |
|||
<!-- <router-link to="/">Home</router-link>--> |
|||
<!-- |--> |
|||
<!-- <router-link to="/about">About</router-link>--> |
|||
<!-- |--> |
|||
<!-- <router-link to="/login">Login</router-link>--> |
|||
<!-- </div>--> |
|||
<router-view/> |
|||
</template> |
|||
|
|||
|
@ -0,0 +1,21 @@ |
|||
<template> |
|||
<footer class="footer"> |
|||
<div class="content has-text-centered"> |
|||
<p class="menu-label"> |
|||
A Project by Haris Razis |
|||
<br> |
|||
ichnaea © {{ new Date().getFullYear() }} |
|||
</p> |
|||
</div> |
|||
</footer> |
|||
</template> |
|||
|
|||
<script> |
|||
export default { |
|||
name: 'Footer' |
|||
} |
|||
</script> |
|||
|
|||
<style scoped> |
|||
|
|||
</style> |
Loading…
Reference in new issue