40 lines
543 B
Plaintext
40 lines
543 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`TheFooter.vue renders correctly 1`] = `
|
|
<cfooter-stub
|
|
tag="footer"
|
|
>
|
|
<div>
|
|
<a
|
|
href="https://coreui.io"
|
|
target="_blank"
|
|
>
|
|
CoreUI
|
|
</a>
|
|
|
|
<span
|
|
class="ml-1"
|
|
>
|
|
© 2020 creativeLabs.
|
|
</span>
|
|
</div>
|
|
|
|
<div
|
|
class="ml-auto"
|
|
>
|
|
<span
|
|
class="mr-1"
|
|
>
|
|
Powered by
|
|
</span>
|
|
|
|
<a
|
|
href="https://coreui.io/vue"
|
|
target="_blank"
|
|
>
|
|
CoreUI for Vue
|
|
</a>
|
|
</div>
|
|
</cfooter-stub>
|
|
`;
|