123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- // Jest Snapshot v1, https://goo.gl/fbAQLP
- exports[`TheSidebar.vue renders correctly 1`] = `
- <csidebar-stub
- breakpoint="lg"
- colorscheme="dark"
- dropdownmode="openActive"
- fixed="true"
- hideonmobileclick="true"
- show="responsive"
- >
- <csidebarbrand-stub
- activeclass="router-link-active"
- class="d-md-down-none"
- event="click"
- exactactiveclass="router-link-exact-active"
- routertag="a"
- tag="div"
- target="_self"
- to="/"
- >
- <cicon-stub
- class="c-sidebar-brand-full"
- height="35"
- name="logo"
- size="custom-size"
- viewbox="0 0 556 134"
- />
-
- <cicon-stub
- class="c-sidebar-brand-minimized"
- height="35"
- name="logo"
- size="custom-size"
- viewbox="0 0 110 134"
- />
- </csidebarbrand-stub>
-
- <crenderfunction-stub
- contenttorender="[object Object]"
- flat="true"
- />
-
- <csidebarminimizer-stub
- class="d-md-down-none"
- />
- </csidebar-stub>
- `;
|