refactor: update shared components

This commit is contained in:
Łukasz Holeczek
2021-08-30 14:51:44 +02:00
parent d9fc9e5502
commit 447c7d9d2f
3 changed files with 15 additions and 12 deletions
+6 -4
View File
@@ -2,9 +2,11 @@
<CFooter>
<div>
<a href="https://coreui.io" target="_blank">CoreUI</a>
<span class="ml-1">&copy; {{new Date().getFullYear()}} creativeLabs.</span>
<span class="ms-1"
>&copy; {{ new Date().getFullYear() }} creativeLabs.</span
>
</div>
<div class="mfs-auto">
<div class="ms-auto">
<span class="me-1" target="_blank">Powered by</span>
<a href="https://coreui.io/vue">CoreUI for Vue</a>
</div>
@@ -13,6 +15,6 @@
<script>
export default {
name: "AppFooter",
};
name: 'AppFooter',
}
</script>