123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- // Jest Snapshot v1, https://goo.gl/fbAQLP
- exports[`TheHeader.vue renders correctly 1`] = `
- <cheader-stub
- colorscheme="light"
- fixed="true"
- light=""
- tag="header"
- withsubheader="true"
- >
- <ctoggler-stub
- class="ml-3 d-lg-none"
- inheader="true"
- tag="button"
- />
-
- <ctoggler-stub
- class="ml-3 d-md-down-none"
- inheader="true"
- tag="button"
- />
-
- <cheaderbrand-stub
- activeclass="router-link-active"
- class="mx-auto d-lg-none"
- event="click"
- exactactiveclass="router-link-exact-active"
- routertag="a"
- tag="div"
- target="_self"
- to="/"
- >
- <cicon-stub
- alt="Logo"
- height="48"
- name="logo"
- />
- </cheaderbrand-stub>
-
- <cheadernav-stub
- class="d-md-down-none mr-auto"
- >
- <cheadernavitem-stub
- class="px-3"
- >
- <cheadernavlink-stub
- activeclass="router-link-active"
- event="click"
- exactactiveclass="router-link-exact-active"
- routertag="a"
- target="_self"
- to="/dashboard"
- >
-
- Dashboard
-
- </cheadernavlink-stub>
- </cheadernavitem-stub>
-
- <cheadernavitem-stub
- class="px-3"
- >
- <cheadernavlink-stub
- activeclass="router-link-active"
- event="click"
- exact="true"
- exactactiveclass="router-link-exact-active"
- routertag="a"
- target="_self"
- to="/users"
- >
-
- Users
-
- </cheadernavlink-stub>
- </cheadernavitem-stub>
-
- <cheadernavitem-stub
- class="px-3"
- >
- <cheadernavlink-stub
- activeclass="router-link-active"
- event="click"
- exactactiveclass="router-link-exact-active"
- routertag="a"
- target="_self"
- >
-
- Settings
-
- </cheadernavlink-stub>
- </cheadernavitem-stub>
- </cheadernav-stub>
-
- <cheadernav-stub
- class="mr-4"
- >
- <cheadernavitem-stub
- class="d-md-down-none mx-2"
- >
- <cheadernavlink-stub
- activeclass="router-link-active"
- event="click"
- exactactiveclass="router-link-exact-active"
- routertag="a"
- target="_self"
- >
- <cicon-stub
- name="cil-bell"
- />
- </cheadernavlink-stub>
- </cheadernavitem-stub>
-
- <cheadernavitem-stub
- class="d-md-down-none mx-2"
- >
- <cheadernavlink-stub
- activeclass="router-link-active"
- event="click"
- exactactiveclass="router-link-exact-active"
- routertag="a"
- target="_self"
- >
- <cicon-stub
- name="cil-list"
- />
- </cheadernavlink-stub>
- </cheadernavitem-stub>
-
- <cheadernavitem-stub
- class="d-md-down-none mx-2"
- >
- <cheadernavlink-stub
- activeclass="router-link-active"
- event="click"
- exactactiveclass="router-link-exact-active"
- routertag="a"
- target="_self"
- >
- <cicon-stub
- name="cil-envelope-open"
- />
- </cheadernavlink-stub>
- </cheadernavitem-stub>
-
- <theheaderdropdownaccnt-stub />
- </cheadernav-stub>
-
- <csubheader-stub
- class="px-3"
- tag="div"
- >
- <cbreadcrumbrouter-stub
- class="border-0 mb-0"
- />
- </csubheader-stub>
- </cheader-stub>
- `;
|