refactor(Footer): move default footer to the template

This commit is contained in:
xidedix
2018-07-23 17:26:53 +02:00
parent 4e75e2b7ed
commit 29ecddecc8
+8
View File
@@ -49,6 +49,14 @@
</div>
<TheFooter>
<!--footer-->
<div>
<a href="https://coreui.io">CoreUI</a>
<span>&copy; 2018 creativeLabs.</span>
</div>
<div class="ml-auto">
<span>Powered by</span>
<a href="https://coreui.io">CoreUI for Vue</a>
</div>
</TheFooter>
</div>
</template>