chore: 3.0.0-alpha.6 release
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
|
||||
exports[`TheFooter.vue renders correctly 1`] = `
|
||||
<cfooter-stub
|
||||
fixed="true"
|
||||
tag="footer"
|
||||
>
|
||||
<div>
|
||||
<a
|
||||
href="https://coreui.io"
|
||||
target="_blank"
|
||||
>
|
||||
CoreUI
|
||||
</a>
|
||||
@@ -28,7 +30,8 @@ exports[`TheFooter.vue renders correctly 1`] = `
|
||||
</span>
|
||||
|
||||
<a
|
||||
href="https://coreui.io"
|
||||
href="https://coreui.io/vue"
|
||||
target="_blank"
|
||||
>
|
||||
CoreUI for Vue
|
||||
</a>
|
||||
|
||||
@@ -9,17 +9,24 @@ exports[`TheHeader.vue renders correctly 1`] = `
|
||||
withsubheader="true"
|
||||
>
|
||||
<ctoggler-stub
|
||||
class="c-header-toggler ml-3"
|
||||
class="ml-3 d-lg-none"
|
||||
inheader="true"
|
||||
tag="button"
|
||||
/>
|
||||
|
||||
<img
|
||||
<ctoggler-stub
|
||||
class="ml-3 d-md-down-none"
|
||||
inheader="true"
|
||||
tag="button"
|
||||
/>
|
||||
|
||||
<cheaderbrand-stub
|
||||
alt="CoreUI Logo"
|
||||
class="c-header-brand mx-auto d-lg-none"
|
||||
class="mx-auto d-lg-none"
|
||||
height="46"
|
||||
src="img/brand/coreui-base.svg"
|
||||
width="97"
|
||||
wrappedinlink="[object Object]"
|
||||
/>
|
||||
|
||||
<cheadernav-stub
|
||||
@@ -113,12 +120,13 @@ exports[`TheHeader.vue renders correctly 1`] = `
|
||||
<theheaderdropdownaccnt-stub />
|
||||
</cheadernav-stub>
|
||||
|
||||
<div
|
||||
class="c-subheader px-3"
|
||||
<csubheader-stub
|
||||
class="px-3"
|
||||
tag="div"
|
||||
>
|
||||
<cbreadcrumbrouter-stub
|
||||
class="border-0"
|
||||
/>
|
||||
</div>
|
||||
</csubheader-stub>
|
||||
</cheader-stub>
|
||||
`;
|
||||
|
||||
@@ -7,11 +7,11 @@ exports[`TheSidebar.vue renders correctly 1`] = `
|
||||
dropdownmode="openActive"
|
||||
fixed="true"
|
||||
hideonmobileclick="true"
|
||||
show="true"
|
||||
show="responsive"
|
||||
>
|
||||
<csidebarbrand-stub
|
||||
fullsrc="img/brand/coreui-base-white.svg"
|
||||
minimizedsrc="img/brand/coreui-signet-white.svg"
|
||||
imgfull="[object Object]"
|
||||
imgminimized="[object Object]"
|
||||
wrappedinlink="[object Object]"
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user