Random changes for many files.
Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
13
components/Footer.vue
Normal file
13
components/Footer.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<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>
|
Reference in New Issue
Block a user