14 lines
318 B
Vue
14 lines
318 B
Vue
<template>
|
||
<footer class="p-5">
|
||
<div class="content has-text-centered">
|
||
<p>
|
||
<strong>Dev blog</strong> by
|
||
<a href="https://github.com/s3rius/">@s3rius</a>.
|
||
Built with ❤️ and <a href="https://nuxtjs.org/">nuxt</a>.
|
||
</p>
|
||
</div>
|
||
</footer>
|
||
</template>
|
||
|
||
<script></script>
|