refactor: refactor default container

This commit is contained in:
woothu
2019-04-19 21:12:36 +02:00
parent 656b74ba5c
commit a3532c8f40
6 changed files with 343 additions and 346 deletions
+18
View File
@@ -0,0 +1,18 @@
<template>
<CFooter>
<div>
<a href="https://coreui.io">CoreUI</a>
<span class="ml-1">&copy; 2018 creativeLabs.</span>
</div>
<div class="ml-auto">
<span class="mr-1">Powered by</span>
<a href="https://coreui.io">CoreUI for Vue</a>
</div>
</CFooter>
</template>
<script>
export default {
name: 'TheFooter'
}
</script>