Yield generated for e26fe4c8-24ae-49e7-baf7-feda92abc026
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
500 B

<template>
<footer>
<div class="container">
<router-link class="logo-font" :to="{ name: 'home', params: {} }">
conduit
</router-link>
<span class="attribution">
An interactive learning project from
<a rel="noopener noreferrer" target="blank" href="https://thinkster.io"
>Thinkster</a
>. Code &amp; design licensed under MIT.
</span>
</div>
</footer>
</template>
<script>
export default {
name: "RwvFooter"
};
</script>