85 lines
1.3 KiB
Plaintext
85 lines
1.3 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`TheHeader.vue renders correctly 1`] = `
|
|
<cheader-stub
|
|
fixed="true"
|
|
light=""
|
|
with-subheader=""
|
|
>
|
|
<csidebartoggler-stub
|
|
class="c-header-toggler ml-3"
|
|
/>
|
|
|
|
<img
|
|
alt="CoreUI Logo"
|
|
class="c-header-brand mx-auto d-lg-none"
|
|
height="46"
|
|
src="img/brand/coreui-base.svg"
|
|
width="97"
|
|
/>
|
|
|
|
<ul
|
|
class="c-header-nav d-md-down-none mr-auto"
|
|
>
|
|
<cheadernavitem
|
|
class="px-3"
|
|
to="/dashboard"
|
|
>
|
|
Dashboard
|
|
</cheadernavitem>
|
|
|
|
<cheadernavitem
|
|
class="px-3"
|
|
exact=""
|
|
to="/users"
|
|
>
|
|
Users
|
|
</cheadernavitem>
|
|
|
|
<cheadernavitem
|
|
class="px-3"
|
|
>
|
|
Settings
|
|
</cheadernavitem>
|
|
</ul>
|
|
|
|
<ul
|
|
class="c-header-nav mr-4"
|
|
>
|
|
<cheadernavitem
|
|
class="d-md-down-none mx-2"
|
|
>
|
|
<i
|
|
class="cui-bell"
|
|
/>
|
|
</cheadernavitem>
|
|
|
|
<cheadernavitem
|
|
class="d-md-down-none mx-2"
|
|
>
|
|
<i
|
|
class="cui-list"
|
|
/>
|
|
</cheadernavitem>
|
|
|
|
<cheadernavitem
|
|
class="d-md-down-none mx-2"
|
|
>
|
|
<i
|
|
class="cui-envelope-open"
|
|
/>
|
|
</cheadernavitem>
|
|
|
|
<theheaderdropdownaccnt-stub />
|
|
</ul>
|
|
|
|
<div
|
|
class="c-subheader px-3"
|
|
>
|
|
<cbreadcrumbrouter-stub
|
|
class="border-0"
|
|
/>
|
|
</div>
|
|
</cheader-stub>
|
|
`;
|