We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40625ea commit f520059Copy full SHA for f520059
src/components/Footer/Footer.vue
@@ -1,15 +1,6 @@
1
<template>
2
<footer :class="classList">
3
- <slot>
4
- <div>
5
- <a href="https://coreui.io">CoreUI</a>
6
- <span>© 2018 creativeLabs.</span>
7
- </div>
8
- <div class="ml-auto">
9
- <span>Powered by</span>
10
- <a href="https://coreui.io">CoreUI for Vue</a>
11
12
- </slot>
+ <slot>Footer</slot>
13
</footer>
14
</template>
15
0 commit comments