test: fix snapshots and sidebar test
This commit is contained in:
@@ -1,16 +1,25 @@
|
|||||||
import Vue from 'vue'
|
import { shallowMount, createLocalVue } from '@vue/test-utils';
|
||||||
import { shallowMount } from '@vue/test-utils';
|
|
||||||
import CoreuiVue from '@coreui/vue'
|
import CoreuiVue from '@coreui/vue'
|
||||||
|
import Vuex from 'vuex'
|
||||||
import TheSidebar from '@/containers/TheSidebar'
|
import TheSidebar from '@/containers/TheSidebar'
|
||||||
|
|
||||||
Vue.use(CoreuiVue)
|
const localVue = createLocalVue()
|
||||||
|
localVue.use(CoreuiVue)
|
||||||
|
localVue.use(Vuex)
|
||||||
|
|
||||||
|
const store = new Vuex.Store({
|
||||||
|
state: {
|
||||||
|
sidebarShow: 'responsive',
|
||||||
|
sidebarMinimize: false
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
describe('TheSidebar.vue', () => {
|
describe('TheSidebar.vue', () => {
|
||||||
it('has a name', () => {
|
it('has a name', () => {
|
||||||
expect(TheSidebar.name).toBe('TheSidebar')
|
expect(TheSidebar.name).toBe('TheSidebar')
|
||||||
})
|
})
|
||||||
test('renders correctly', () => {
|
test('renders correctly', () => {
|
||||||
const wrapper = shallowMount(TheSidebar)
|
const wrapper = shallowMount(TheSidebar, { store, localVue })
|
||||||
expect(wrapper.element).toMatchSnapshot()
|
expect(wrapper.element).toMatchSnapshot()
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ exports[`TheContainer.vue renders correctly 1`] = `
|
|||||||
<thesidebar-stub />
|
<thesidebar-stub />
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="c-wrapper"
|
class="c-wrapper c-fixed-components"
|
||||||
>
|
>
|
||||||
<theheader-stub />
|
<theheader-stub />
|
||||||
|
|
||||||
@@ -26,9 +26,9 @@ exports[`TheContainer.vue renders correctly 1`] = `
|
|||||||
/>
|
/>
|
||||||
</ccontainer-stub>
|
</ccontainer-stub>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
|
||||||
|
|
||||||
<thefooter-stub />
|
<thefooter-stub />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|||||||
@@ -21,7 +21,13 @@ exports[`TheHeader.vue renders correctly 1`] = `
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<cheaderbrand-stub
|
<cheaderbrand-stub
|
||||||
|
activeclass="router-link-active"
|
||||||
class="mx-auto d-lg-none"
|
class="mx-auto d-lg-none"
|
||||||
|
event="click"
|
||||||
|
exactactiveclass="router-link-exact-active"
|
||||||
|
routertag="a"
|
||||||
|
tag="div"
|
||||||
|
target="_self"
|
||||||
to="/"
|
to="/"
|
||||||
>
|
>
|
||||||
<cicon-stub
|
<cicon-stub
|
||||||
@@ -38,9 +44,9 @@ exports[`TheHeader.vue renders correctly 1`] = `
|
|||||||
class="px-3"
|
class="px-3"
|
||||||
>
|
>
|
||||||
<cheadernavlink-stub
|
<cheadernavlink-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
to="/dashboard"
|
to="/dashboard"
|
||||||
@@ -55,10 +61,10 @@ exports[`TheHeader.vue renders correctly 1`] = `
|
|||||||
class="px-3"
|
class="px-3"
|
||||||
>
|
>
|
||||||
<cheadernavlink-stub
|
<cheadernavlink-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exact="true"
|
exact="true"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
to="/users"
|
to="/users"
|
||||||
@@ -73,9 +79,9 @@ exports[`TheHeader.vue renders correctly 1`] = `
|
|||||||
class="px-3"
|
class="px-3"
|
||||||
>
|
>
|
||||||
<cheadernavlink-stub
|
<cheadernavlink-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -93,9 +99,9 @@ exports[`TheHeader.vue renders correctly 1`] = `
|
|||||||
class="d-md-down-none mx-2"
|
class="d-md-down-none mx-2"
|
||||||
>
|
>
|
||||||
<cheadernavlink-stub
|
<cheadernavlink-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -109,9 +115,9 @@ exports[`TheHeader.vue renders correctly 1`] = `
|
|||||||
class="d-md-down-none mx-2"
|
class="d-md-down-none mx-2"
|
||||||
>
|
>
|
||||||
<cheadernavlink-stub
|
<cheadernavlink-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -125,9 +131,9 @@ exports[`TheHeader.vue renders correctly 1`] = `
|
|||||||
class="d-md-down-none mx-2"
|
class="d-md-down-none mx-2"
|
||||||
>
|
>
|
||||||
<cheadernavlink-stub
|
<cheadernavlink-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -145,7 +151,7 @@ exports[`TheHeader.vue renders correctly 1`] = `
|
|||||||
tag="div"
|
tag="div"
|
||||||
>
|
>
|
||||||
<cbreadcrumbrouter-stub
|
<cbreadcrumbrouter-stub
|
||||||
class="border-0"
|
class="border-0 mb-0"
|
||||||
/>
|
/>
|
||||||
</csubheader-stub>
|
</csubheader-stub>
|
||||||
</cheader-stub>
|
</cheader-stub>
|
||||||
|
|||||||
@@ -23,9 +23,9 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
|||||||
</cdropdownheader-stub>
|
</cdropdownheader-stub>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -35,11 +35,11 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
|||||||
Updates
|
Updates
|
||||||
|
|
||||||
<cbadge-stub
|
<cbadge-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="ml-auto"
|
class="ml-auto"
|
||||||
color="info"
|
color="info"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="span"
|
tag="span"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -49,9 +49,9 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
|||||||
</cdropdownitem-stub>
|
</cdropdownitem-stub>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -61,11 +61,11 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
|||||||
Messages
|
Messages
|
||||||
|
|
||||||
<cbadge-stub
|
<cbadge-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="ml-auto"
|
class="ml-auto"
|
||||||
color="success"
|
color="success"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="span"
|
tag="span"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -75,9 +75,9 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
|||||||
</cdropdownitem-stub>
|
</cdropdownitem-stub>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -87,11 +87,11 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
|||||||
Tasks
|
Tasks
|
||||||
|
|
||||||
<cbadge-stub
|
<cbadge-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="ml-auto"
|
class="ml-auto"
|
||||||
color="danger"
|
color="danger"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="span"
|
tag="span"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -101,9 +101,9 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
|||||||
</cdropdownitem-stub>
|
</cdropdownitem-stub>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -113,11 +113,11 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
|||||||
Comments
|
Comments
|
||||||
|
|
||||||
<cbadge-stub
|
<cbadge-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="ml-auto"
|
class="ml-auto"
|
||||||
color="warning"
|
color="warning"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="span"
|
tag="span"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -137,9 +137,9 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
|||||||
</cdropdownheader-stub>
|
</cdropdownheader-stub>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -151,9 +151,9 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
|||||||
</cdropdownitem-stub>
|
</cdropdownitem-stub>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -165,9 +165,9 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
|||||||
</cdropdownitem-stub>
|
</cdropdownitem-stub>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -177,11 +177,11 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
|||||||
Payments
|
Payments
|
||||||
|
|
||||||
<cbadge-stub
|
<cbadge-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="ml-auto"
|
class="ml-auto"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="span"
|
tag="span"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -191,9 +191,9 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
|||||||
</cdropdownitem-stub>
|
</cdropdownitem-stub>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -203,11 +203,11 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
|||||||
Projects
|
Projects
|
||||||
|
|
||||||
<cbadge-stub
|
<cbadge-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="ml-auto"
|
class="ml-auto"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="span"
|
tag="span"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -221,9 +221,9 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -235,9 +235,9 @@ exports[`TheHeaderDropdownAccnt.vue renders correctly 1`] = `
|
|||||||
</cdropdownitem-stub>
|
</cdropdownitem-stub>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -10,7 +10,13 @@ exports[`TheSidebar.vue renders correctly 1`] = `
|
|||||||
show="responsive"
|
show="responsive"
|
||||||
>
|
>
|
||||||
<csidebarbrand-stub
|
<csidebarbrand-stub
|
||||||
|
activeclass="router-link-active"
|
||||||
class="d-md-down-none"
|
class="d-md-down-none"
|
||||||
|
event="click"
|
||||||
|
exactactiveclass="router-link-exact-active"
|
||||||
|
routertag="a"
|
||||||
|
tag="div"
|
||||||
|
target="_self"
|
||||||
to="/"
|
to="/"
|
||||||
>
|
>
|
||||||
<cicon-stub
|
<cicon-stub
|
||||||
|
|||||||
@@ -34,11 +34,11 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
|||||||
tag="div"
|
tag="div"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="float-right"
|
class="float-right"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -52,11 +52,11 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
|||||||
class="float-right mr-3"
|
class="float-right mr-3"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="mx-0"
|
class="mx-0"
|
||||||
color="outline-secondary"
|
color="outline-secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -66,11 +66,11 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
|||||||
|
|
||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="mx-0"
|
class="mx-0"
|
||||||
color="outline-secondary"
|
color="outline-secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
pressed="true"
|
pressed="true"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -81,11 +81,11 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
|||||||
|
|
||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="mx-0"
|
class="mx-0"
|
||||||
color="outline-secondary"
|
color="outline-secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -574,10 +574,10 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
|||||||
<small>
|
<small>
|
||||||
<sup>
|
<sup>
|
||||||
<cbadge-stub
|
<cbadge-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="info"
|
color="info"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
shape="pill"
|
shape="pill"
|
||||||
tag="span"
|
tag="span"
|
||||||
@@ -592,10 +592,10 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
|||||||
|
|
||||||
<sup>
|
<sup>
|
||||||
<cbadge-stub
|
<cbadge-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="danger"
|
color="danger"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
shape="pill"
|
shape="pill"
|
||||||
tag="span"
|
tag="span"
|
||||||
@@ -925,11 +925,11 @@ exports[`Dashboard.vue renders correctly 1`] = `
|
|||||||
class="divider text-center"
|
class="divider text-center"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="text-muted"
|
class="text-muted"
|
||||||
color="link"
|
color="link"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
size="sm"
|
size="sm"
|
||||||
target="_self"
|
target="_self"
|
||||||
|
|||||||
@@ -58,10 +58,10 @@ exports[`Jumbotrons.vue renders correctly 1`] = `
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -125,10 +125,10 @@ exports[`Jumbotrons.vue renders correctly 1`] = `
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -138,10 +138,10 @@ exports[`Jumbotrons.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="success"
|
color="success"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
|
|||||||
@@ -43,9 +43,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
tag="ul"
|
tag="ul"
|
||||||
>
|
>
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -54,9 +54,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -65,9 +65,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -76,9 +76,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -87,9 +87,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -123,9 +123,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
tag="ul"
|
tag="ul"
|
||||||
>
|
>
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -135,9 +135,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
active="true"
|
active="true"
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -146,9 +146,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -157,9 +157,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -168,9 +168,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -211,10 +211,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
tag="ul"
|
tag="ul"
|
||||||
>
|
>
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
disabled="true"
|
disabled="true"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -223,9 +223,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -234,9 +234,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -245,10 +245,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
disabled="true"
|
disabled="true"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -257,9 +257,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -295,9 +295,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
tag="ul"
|
tag="ul"
|
||||||
>
|
>
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#some-link"
|
href="#some-link"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
@@ -308,9 +308,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
active="true"
|
active="true"
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
@@ -320,9 +320,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
@@ -332,10 +332,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
disabled="true"
|
disabled="true"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#foobar"
|
href="#foobar"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
@@ -377,9 +377,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
tag="ul"
|
tag="ul"
|
||||||
>
|
>
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="button"
|
tag="button"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -388,9 +388,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="button"
|
tag="button"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -399,10 +399,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
disabled="true"
|
disabled="true"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="button"
|
tag="button"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -411,9 +411,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="button"
|
tag="button"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -449,10 +449,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
tag="ul"
|
tag="ul"
|
||||||
>
|
>
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="d-flex justify-content-between align-items-center"
|
class="d-flex justify-content-between align-items-center"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -461,10 +461,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
Cras justo odio
|
Cras justo odio
|
||||||
|
|
||||||
<cbadge-stub
|
<cbadge-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
shape="pill"
|
shape="pill"
|
||||||
tag="span"
|
tag="span"
|
||||||
@@ -475,10 +475,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="d-flex justify-content-between align-items-center"
|
class="d-flex justify-content-between align-items-center"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -487,10 +487,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
Dapibus ac facilisis in
|
Dapibus ac facilisis in
|
||||||
|
|
||||||
<cbadge-stub
|
<cbadge-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
shape="pill"
|
shape="pill"
|
||||||
tag="span"
|
tag="span"
|
||||||
@@ -501,10 +501,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="d-flex justify-content-between align-items-center"
|
class="d-flex justify-content-between align-items-center"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -513,10 +513,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
Morbi leo risus
|
Morbi leo risus
|
||||||
|
|
||||||
<cbadge-stub
|
<cbadge-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
shape="pill"
|
shape="pill"
|
||||||
tag="span"
|
tag="span"
|
||||||
@@ -559,9 +559,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
tag="ul"
|
tag="ul"
|
||||||
>
|
>
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -570,10 +570,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -582,10 +582,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -594,10 +594,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="success"
|
color="success"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -606,10 +606,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="danger"
|
color="danger"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -618,10 +618,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="warning"
|
color="warning"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -630,10 +630,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="info"
|
color="info"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -642,10 +642,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="light"
|
color="light"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -654,10 +654,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="dark"
|
color="dark"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -693,9 +693,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
tag="ul"
|
tag="ul"
|
||||||
>
|
>
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
@@ -705,10 +705,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
@@ -718,10 +718,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
@@ -731,10 +731,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="success"
|
color="success"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
@@ -744,10 +744,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="danger"
|
color="danger"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
@@ -757,10 +757,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="warning"
|
color="warning"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
@@ -770,10 +770,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="info"
|
color="info"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
@@ -783,10 +783,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="light"
|
color="light"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
@@ -796,10 +796,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="dark"
|
color="dark"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
@@ -853,9 +853,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
tag="ul"
|
tag="ul"
|
||||||
>
|
>
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
@@ -865,9 +865,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
@@ -877,9 +877,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
@@ -915,9 +915,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
tag="ul"
|
tag="ul"
|
||||||
>
|
>
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
@@ -927,9 +927,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
@@ -939,9 +939,9 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
@@ -993,10 +993,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
>
|
>
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
active="true"
|
active="true"
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="flex-column align-items-start"
|
class="flex-column align-items-start"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
@@ -1031,10 +1031,10 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="flex-column align-items-start"
|
class="flex-column align-items-start"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
@@ -1073,11 +1073,11 @@ exports[`ListGroups.vue renders correctly 1`] = `
|
|||||||
</clistgroupitem-stub>
|
</clistgroupitem-stub>
|
||||||
|
|
||||||
<clistgroupitem-stub
|
<clistgroupitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="flex-column align-items-start"
|
class="flex-column align-items-start"
|
||||||
disabled="true"
|
disabled="true"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="li"
|
tag="li"
|
||||||
|
|||||||
@@ -42,9 +42,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<cnavbarbrand-stub
|
<cnavbarbrand-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="div"
|
tag="div"
|
||||||
@@ -62,9 +62,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
|||||||
tag="ul"
|
tag="ul"
|
||||||
>
|
>
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -73,10 +73,10 @@ exports[`Navbars.vue renders correctly 1`] = `
|
|||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
disabled="true"
|
disabled="true"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -102,10 +102,10 @@ exports[`Navbars.vue renders correctly 1`] = `
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="light"
|
color="light"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
size="sm"
|
size="sm"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -126,9 +126,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
|||||||
togglertext="Lang"
|
togglertext="Lang"
|
||||||
>
|
>
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -136,9 +136,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
|||||||
</cdropdownitem-stub>
|
</cdropdownitem-stub>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -146,9 +146,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
|||||||
</cdropdownitem-stub>
|
</cdropdownitem-stub>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -156,9 +156,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
|||||||
</cdropdownitem-stub>
|
</cdropdownitem-stub>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -175,9 +175,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
|||||||
togglertext="User"
|
togglertext="User"
|
||||||
>
|
>
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -185,9 +185,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
|||||||
</cdropdownitem-stub>
|
</cdropdownitem-stub>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -222,9 +222,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
|||||||
tag="nav"
|
tag="nav"
|
||||||
>
|
>
|
||||||
<cnavbarbrand-stub
|
<cnavbarbrand-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="div"
|
tag="div"
|
||||||
@@ -271,9 +271,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<cnavbarbrand-stub
|
<cnavbarbrand-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="div"
|
tag="div"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -335,9 +335,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
|||||||
tag="ul"
|
tag="ul"
|
||||||
>
|
>
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -346,9 +346,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
|||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -365,9 +365,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
|||||||
togglertext="Lang"
|
togglertext="Lang"
|
||||||
>
|
>
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -375,9 +375,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
|||||||
</cdropdownitem-stub>
|
</cdropdownitem-stub>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -385,9 +385,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
|||||||
</cdropdownitem-stub>
|
</cdropdownitem-stub>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -395,9 +395,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
|||||||
</cdropdownitem-stub>
|
</cdropdownitem-stub>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -414,9 +414,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
|||||||
togglertext="User"
|
togglertext="User"
|
||||||
>
|
>
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -424,9 +424,9 @@ exports[`Navbars.vue renders correctly 1`] = `
|
|||||||
</cdropdownitem-stub>
|
</cdropdownitem-stub>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -472,11 +472,11 @@ exports[`Navbars.vue renders correctly 1`] = `
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="my-2 my-sm-0"
|
class="my-2 my-sm-0"
|
||||||
color="outline-success"
|
color="outline-success"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="submit"
|
type="submit"
|
||||||
|
|||||||
@@ -33,9 +33,9 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
<cnav-stub>
|
<cnav-stub>
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
active="true"
|
active="true"
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -43,18 +43,18 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
title="Link"
|
title="Link"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -62,10 +62,10 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
disabled="true"
|
disabled="true"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -91,12 +91,14 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
</ccardheader-stub>
|
</ccardheader-stub>
|
||||||
|
|
||||||
<ccardbody-stub>
|
<ccardbody-stub>
|
||||||
<cnav-stub>
|
<cnav-stub
|
||||||
|
variant="pills"
|
||||||
|
>
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
active="true"
|
active="true"
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -106,38 +108,40 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
|
<cicon-stub
|
||||||
Link
|
name="cil-settings"
|
||||||
|
/>
|
||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
|
<cicon-stub
|
||||||
Another Link
|
name="cil-bell"
|
||||||
|
/>
|
||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
disabled="true"
|
disabled="true"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
Disabled
|
<cicon-stub
|
||||||
|
name="cil-envelope-closed"
|
||||||
|
/>
|
||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
</cnav-stub>
|
</cnav-stub>
|
||||||
</ccardbody-stub>
|
</ccardbody-stub>
|
||||||
@@ -164,9 +168,9 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
>
|
>
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
active="true"
|
active="true"
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -176,9 +180,9 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -188,9 +192,9 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -200,10 +204,10 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
disabled="true"
|
disabled="true"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -234,9 +238,9 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
>
|
>
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
active="true"
|
active="true"
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -244,9 +248,9 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -254,9 +258,9 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -264,10 +268,10 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
disabled="true"
|
disabled="true"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -299,9 +303,9 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
>
|
>
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
active="true"
|
active="true"
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -309,9 +313,9 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -319,9 +323,9 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -329,10 +333,10 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
disabled="true"
|
disabled="true"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -364,9 +368,9 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
>
|
>
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
active="true"
|
active="true"
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -374,9 +378,9 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -384,9 +388,9 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -394,10 +398,10 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
disabled="true"
|
disabled="true"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -424,13 +428,12 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
|
|
||||||
<ccardbody-stub>
|
<ccardbody-stub>
|
||||||
<cnav-stub
|
<cnav-stub
|
||||||
pills=""
|
variant="pills"
|
||||||
>
|
>
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
active="true"
|
activeclass="router-link-active"
|
||||||
activeclass="active"
|
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -438,9 +441,9 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -451,16 +454,15 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
button-content="Dropdown"
|
button-content="Dropdown"
|
||||||
caret="true"
|
caret="true"
|
||||||
flip="true"
|
flip="true"
|
||||||
id="nav7_ddown"
|
innav="true"
|
||||||
nav=""
|
|
||||||
offset="0,0"
|
offset="0,0"
|
||||||
placement="bottom-end"
|
placement="bottom-end"
|
||||||
togglertext="Dropdown"
|
togglertext="Dropdown"
|
||||||
>
|
>
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -468,9 +470,9 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
</cdropdownitem-stub>
|
</cdropdownitem-stub>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -482,9 +484,9 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -526,9 +528,9 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
>
|
>
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
active="true"
|
active="true"
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -536,9 +538,9 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -546,9 +548,9 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -556,10 +558,10 @@ exports[`Navs.vue renders correctly 1`] = `
|
|||||||
</cnavitem-stub>
|
</cnavitem-stub>
|
||||||
|
|
||||||
<cnavitem-stub
|
<cnavitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
disabled="true"
|
disabled="true"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -69,11 +69,11 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
|||||||
</cprogress-stub>
|
</cprogress-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="mt-4"
|
class="mt-4"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -486,10 +486,10 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -557,10 +557,10 @@ exports[`ProgressBars.vue renders correctly 1`] = `
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
@@ -17,11 +17,11 @@ exports[`Switches.vue renders correctly 1`] = `
|
|||||||
Radio switches
|
Radio switches
|
||||||
|
|
||||||
<cbadge-stub
|
<cbadge-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="mr-auto"
|
class="mr-auto"
|
||||||
color="warning"
|
color="warning"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="span"
|
tag="span"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -149,10 +149,10 @@ exports[`Switches.vue renders correctly 1`] = `
|
|||||||
Switch default
|
Switch default
|
||||||
|
|
||||||
<cbadge-stub
|
<cbadge-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
tag="span"
|
tag="span"
|
||||||
target="_self"
|
target="_self"
|
||||||
|
|||||||
@@ -41,6 +41,11 @@ exports[`Tabs.vue renders correctly 1`] = `
|
|||||||
>
|
>
|
||||||
<ctab-stub
|
<ctab-stub
|
||||||
active="true"
|
active="true"
|
||||||
|
activeclass="router-link-active"
|
||||||
|
event="click"
|
||||||
|
exactactiveclass="router-link-exact-active"
|
||||||
|
routertag="a"
|
||||||
|
target="_self"
|
||||||
title="Home"
|
title="Home"
|
||||||
>
|
>
|
||||||
|
|
||||||
@@ -53,6 +58,11 @@ exports[`Tabs.vue renders correctly 1`] = `
|
|||||||
</ctab-stub>
|
</ctab-stub>
|
||||||
|
|
||||||
<ctab-stub
|
<ctab-stub
|
||||||
|
activeclass="router-link-active"
|
||||||
|
event="click"
|
||||||
|
exactactiveclass="router-link-exact-active"
|
||||||
|
routertag="a"
|
||||||
|
target="_self"
|
||||||
title="Profile"
|
title="Profile"
|
||||||
>
|
>
|
||||||
|
|
||||||
@@ -65,7 +75,12 @@ exports[`Tabs.vue renders correctly 1`] = `
|
|||||||
</ctab-stub>
|
</ctab-stub>
|
||||||
|
|
||||||
<ctab-stub
|
<ctab-stub
|
||||||
|
activeclass="router-link-active"
|
||||||
disabled="true"
|
disabled="true"
|
||||||
|
event="click"
|
||||||
|
exactactiveclass="router-link-exact-active"
|
||||||
|
routertag="a"
|
||||||
|
target="_self"
|
||||||
title="Disabled"
|
title="Disabled"
|
||||||
>
|
>
|
||||||
|
|
||||||
@@ -100,6 +115,11 @@ exports[`Tabs.vue renders correctly 1`] = `
|
|||||||
>
|
>
|
||||||
<ctab-stub
|
<ctab-stub
|
||||||
active="true"
|
active="true"
|
||||||
|
activeclass="router-link-active"
|
||||||
|
event="click"
|
||||||
|
exactactiveclass="router-link-exact-active"
|
||||||
|
routertag="a"
|
||||||
|
target="_self"
|
||||||
title="Home"
|
title="Home"
|
||||||
>
|
>
|
||||||
|
|
||||||
@@ -112,6 +132,11 @@ exports[`Tabs.vue renders correctly 1`] = `
|
|||||||
</ctab-stub>
|
</ctab-stub>
|
||||||
|
|
||||||
<ctab-stub
|
<ctab-stub
|
||||||
|
activeclass="router-link-active"
|
||||||
|
event="click"
|
||||||
|
exactactiveclass="router-link-exact-active"
|
||||||
|
routertag="a"
|
||||||
|
target="_self"
|
||||||
title="Profile"
|
title="Profile"
|
||||||
>
|
>
|
||||||
|
|
||||||
@@ -124,7 +149,12 @@ exports[`Tabs.vue renders correctly 1`] = `
|
|||||||
</ctab-stub>
|
</ctab-stub>
|
||||||
|
|
||||||
<ctab-stub
|
<ctab-stub
|
||||||
|
activeclass="router-link-active"
|
||||||
disabled="true"
|
disabled="true"
|
||||||
|
event="click"
|
||||||
|
exactactiveclass="router-link-exact-active"
|
||||||
|
routertag="a"
|
||||||
|
target="_self"
|
||||||
title="Disabled"
|
title="Disabled"
|
||||||
>
|
>
|
||||||
|
|
||||||
@@ -159,6 +189,11 @@ exports[`Tabs.vue renders correctly 1`] = `
|
|||||||
>
|
>
|
||||||
<ctab-stub
|
<ctab-stub
|
||||||
active="true"
|
active="true"
|
||||||
|
activeclass="router-link-active"
|
||||||
|
event="click"
|
||||||
|
exactactiveclass="router-link-exact-active"
|
||||||
|
routertag="a"
|
||||||
|
target="_self"
|
||||||
>
|
>
|
||||||
<template>
|
<template>
|
||||||
<cicon-stub
|
<cicon-stub
|
||||||
@@ -174,7 +209,13 @@ exports[`Tabs.vue renders correctly 1`] = `
|
|||||||
|
|
||||||
</ctab-stub>
|
</ctab-stub>
|
||||||
|
|
||||||
<ctab-stub>
|
<ctab-stub
|
||||||
|
activeclass="router-link-active"
|
||||||
|
event="click"
|
||||||
|
exactactiveclass="router-link-exact-active"
|
||||||
|
routertag="a"
|
||||||
|
target="_self"
|
||||||
|
>
|
||||||
<template>
|
<template>
|
||||||
<cicon-stub
|
<cicon-stub
|
||||||
name="cil-basket"
|
name="cil-basket"
|
||||||
@@ -189,7 +230,13 @@ exports[`Tabs.vue renders correctly 1`] = `
|
|||||||
|
|
||||||
</ctab-stub>
|
</ctab-stub>
|
||||||
|
|
||||||
<ctab-stub>
|
<ctab-stub
|
||||||
|
activeclass="router-link-active"
|
||||||
|
event="click"
|
||||||
|
exactactiveclass="router-link-exact-active"
|
||||||
|
routertag="a"
|
||||||
|
target="_self"
|
||||||
|
>
|
||||||
<template>
|
<template>
|
||||||
<cicon-stub
|
<cicon-stub
|
||||||
name="cil-chart-pie"
|
name="cil-chart-pie"
|
||||||
@@ -228,6 +275,11 @@ exports[`Tabs.vue renders correctly 1`] = `
|
|||||||
>
|
>
|
||||||
<ctab-stub
|
<ctab-stub
|
||||||
active="true"
|
active="true"
|
||||||
|
activeclass="router-link-active"
|
||||||
|
event="click"
|
||||||
|
exactactiveclass="router-link-exact-active"
|
||||||
|
routertag="a"
|
||||||
|
target="_self"
|
||||||
>
|
>
|
||||||
<template>
|
<template>
|
||||||
<cicon-stub
|
<cicon-stub
|
||||||
@@ -245,7 +297,13 @@ exports[`Tabs.vue renders correctly 1`] = `
|
|||||||
|
|
||||||
</ctab-stub>
|
</ctab-stub>
|
||||||
|
|
||||||
<ctab-stub>
|
<ctab-stub
|
||||||
|
activeclass="router-link-active"
|
||||||
|
event="click"
|
||||||
|
exactactiveclass="router-link-exact-active"
|
||||||
|
routertag="a"
|
||||||
|
target="_self"
|
||||||
|
>
|
||||||
<template>
|
<template>
|
||||||
<cicon-stub
|
<cicon-stub
|
||||||
name="cil-basket"
|
name="cil-basket"
|
||||||
@@ -262,7 +320,13 @@ exports[`Tabs.vue renders correctly 1`] = `
|
|||||||
|
|
||||||
</ctab-stub>
|
</ctab-stub>
|
||||||
|
|
||||||
<ctab-stub>
|
<ctab-stub
|
||||||
|
activeclass="router-link-active"
|
||||||
|
event="click"
|
||||||
|
exactactiveclass="router-link-exact-active"
|
||||||
|
routertag="a"
|
||||||
|
target="_self"
|
||||||
|
>
|
||||||
<template>
|
<template>
|
||||||
<cicon-stub
|
<cicon-stub
|
||||||
name="cil-chart-pie"
|
name="cil-chart-pie"
|
||||||
@@ -303,6 +367,11 @@ exports[`Tabs.vue renders correctly 1`] = `
|
|||||||
>
|
>
|
||||||
<ctab-stub
|
<ctab-stub
|
||||||
active="true"
|
active="true"
|
||||||
|
activeclass="router-link-active"
|
||||||
|
event="click"
|
||||||
|
exactactiveclass="router-link-exact-active"
|
||||||
|
routertag="a"
|
||||||
|
target="_self"
|
||||||
>
|
>
|
||||||
<template>
|
<template>
|
||||||
<cicon-stub
|
<cicon-stub
|
||||||
@@ -320,7 +389,13 @@ exports[`Tabs.vue renders correctly 1`] = `
|
|||||||
|
|
||||||
</ctab-stub>
|
</ctab-stub>
|
||||||
|
|
||||||
<ctab-stub>
|
<ctab-stub
|
||||||
|
activeclass="router-link-active"
|
||||||
|
event="click"
|
||||||
|
exactactiveclass="router-link-exact-active"
|
||||||
|
routertag="a"
|
||||||
|
target="_self"
|
||||||
|
>
|
||||||
<template>
|
<template>
|
||||||
<cicon-stub
|
<cicon-stub
|
||||||
name="cil-basket"
|
name="cil-basket"
|
||||||
@@ -337,7 +412,13 @@ exports[`Tabs.vue renders correctly 1`] = `
|
|||||||
|
|
||||||
</ctab-stub>
|
</ctab-stub>
|
||||||
|
|
||||||
<ctab-stub>
|
<ctab-stub
|
||||||
|
activeclass="router-link-active"
|
||||||
|
event="click"
|
||||||
|
exactactiveclass="router-link-exact-active"
|
||||||
|
routertag="a"
|
||||||
|
target="_self"
|
||||||
|
>
|
||||||
<template>
|
<template>
|
||||||
<cicon-stub
|
<cicon-stub
|
||||||
name="cil-chart-pie"
|
name="cil-chart-pie"
|
||||||
|
|||||||
@@ -50,10 +50,10 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
|||||||
class="text-center my-3"
|
class="text-center my-3"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -73,10 +73,10 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
|||||||
class="text-center my-3"
|
class="text-center my-3"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -120,10 +120,10 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
|||||||
tag="div"
|
tag="div"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -139,10 +139,10 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
|||||||
tag="div"
|
tag="div"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -158,10 +158,10 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
|||||||
tag="div"
|
tag="div"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -177,10 +177,10 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
|||||||
tag="div"
|
tag="div"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -196,10 +196,10 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
|||||||
tag="div"
|
tag="div"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -215,10 +215,10 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
|||||||
tag="div"
|
tag="div"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -234,10 +234,10 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
|||||||
tag="div"
|
tag="div"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -253,10 +253,10 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
|||||||
tag="div"
|
tag="div"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -272,10 +272,10 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
|||||||
tag="div"
|
tag="div"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -291,10 +291,10 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
|||||||
tag="div"
|
tag="div"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -310,10 +310,10 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
|||||||
tag="div"
|
tag="div"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -329,10 +329,10 @@ exports[`Tooltips.vue renders correctly 1`] = `
|
|||||||
tag="div"
|
tag="div"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
@@ -41,10 +41,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
<div>
|
<div>
|
||||||
<cbuttongroup-stub>
|
<cbuttongroup-stub>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -53,10 +53,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -65,10 +65,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -77,10 +77,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -89,11 +89,11 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="d-sm-down-none"
|
class="d-sm-down-none"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -107,11 +107,11 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
|
|
||||||
<cbuttongroup-stub>
|
<cbuttongroup-stub>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="d-sm-down-none"
|
class="d-sm-down-none"
|
||||||
color="success"
|
color="success"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -120,10 +120,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="info"
|
color="info"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -132,10 +132,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="warning"
|
color="warning"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -144,11 +144,11 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="d-sm-down-none"
|
class="d-sm-down-none"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -157,10 +157,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="danger"
|
color="danger"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -169,10 +169,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="link"
|
color="link"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -206,10 +206,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
<div>
|
<div>
|
||||||
<cbuttongroup-stub>
|
<cbuttongroup-stub>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -218,10 +218,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -230,10 +230,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -249,10 +249,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
size="sm"
|
size="sm"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -261,10 +261,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -273,10 +273,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -292,10 +292,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
size="lg"
|
size="lg"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -304,10 +304,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -316,10 +316,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -352,11 +352,11 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
<div>
|
<div>
|
||||||
<cbuttongroup-stub>
|
<cbuttongroup-stub>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="d-sm-down-none"
|
class="d-sm-down-none"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -365,11 +365,11 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="d-sm-down-none"
|
class="d-sm-down-none"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -388,9 +388,9 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
togglertext="Dropdown"
|
togglertext="Dropdown"
|
||||||
>
|
>
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -398,9 +398,9 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cdropdownitem-stub>
|
</cdropdownitem-stub>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -412,9 +412,9 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -423,11 +423,11 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cdropdown-stub>
|
</cdropdown-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="d-sm-down-none"
|
class="d-sm-down-none"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -447,9 +447,9 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
togglertext="Dropdown"
|
togglertext="Dropdown"
|
||||||
>
|
>
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -457,9 +457,9 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cdropdownitem-stub>
|
</cdropdownitem-stub>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -471,9 +471,9 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -509,10 +509,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
vertical="true"
|
vertical="true"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -521,10 +521,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -533,10 +533,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -576,11 +576,11 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
class="mx-1"
|
class="mx-1"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="d-sm-down-none"
|
class="d-sm-down-none"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -589,10 +589,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -605,11 +605,11 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
class="mx-1"
|
class="mx-1"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="d-sm-down-none"
|
class="d-sm-down-none"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -618,10 +618,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -630,10 +630,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -646,10 +646,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
class="mx-1"
|
class="mx-1"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -658,11 +658,11 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="d-sm-down-none"
|
class="d-sm-down-none"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -685,10 +685,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
size="sm"
|
size="sm"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -697,10 +697,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -733,10 +733,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
size="sm"
|
size="sm"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -745,10 +745,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -767,10 +767,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
class="mx-1 d-sm-down-none"
|
class="mx-1 d-sm-down-none"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -779,10 +779,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -791,10 +791,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -814,9 +814,9 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
togglertext="Dropdown"
|
togglertext="Dropdown"
|
||||||
>
|
>
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -824,9 +824,9 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cdropdownitem-stub>
|
</cdropdownitem-stub>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -834,9 +834,9 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cdropdownitem-stub>
|
</cdropdownitem-stub>
|
||||||
|
|
||||||
<cdropdownitem-stub
|
<cdropdownitem-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
>
|
>
|
||||||
@@ -848,10 +848,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
class="mx-1"
|
class="mx-1"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -860,10 +860,10 @@ exports[`ButtonGroups.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -261,10 +261,10 @@ exports[`Alerts.vue renders correctly 1`] = `
|
|||||||
Dark Alert with
|
Dark Alert with
|
||||||
|
|
||||||
<clink-stub
|
<clink-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="alert-link"
|
class="alert-link"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
href="#"
|
href="#"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
@@ -369,11 +369,11 @@ exports[`Alerts.vue renders correctly 1`] = `
|
|||||||
Dismissible Alert with custom button!
|
Dismissible Alert with custom button!
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="position-absolute"
|
class="position-absolute"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -385,11 +385,11 @@ exports[`Alerts.vue renders correctly 1`] = `
|
|||||||
</calert-stub>
|
</calert-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="m-1"
|
class="m-1"
|
||||||
color="info"
|
color="info"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -450,11 +450,11 @@ exports[`Alerts.vue renders correctly 1`] = `
|
|||||||
</calert-stub>
|
</calert-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="m-1"
|
class="m-1"
|
||||||
color="info"
|
color="info"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
@@ -40,11 +40,11 @@ exports[`Modals.vue renders correctly 1`] = `
|
|||||||
|
|
||||||
<ccardbody-stub>
|
<ccardbody-stub>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="mr-1"
|
class="mr-1"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -55,11 +55,11 @@ exports[`Modals.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="mr-1"
|
class="mr-1"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -70,11 +70,11 @@ exports[`Modals.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="mr-1"
|
class="mr-1"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -87,11 +87,11 @@ exports[`Modals.vue renders correctly 1`] = `
|
|||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="mr-1"
|
class="mr-1"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -102,11 +102,11 @@ exports[`Modals.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="mr-1"
|
class="mr-1"
|
||||||
color="success"
|
color="success"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -117,11 +117,11 @@ exports[`Modals.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="mr-1"
|
class="mr-1"
|
||||||
color="warning"
|
color="warning"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -132,11 +132,11 @@ exports[`Modals.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="mr-1"
|
class="mr-1"
|
||||||
color="danger"
|
color="danger"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -147,11 +147,11 @@ exports[`Modals.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="mr-1"
|
class="mr-1"
|
||||||
color="info"
|
color="info"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -162,11 +162,11 @@ exports[`Modals.vue renders correctly 1`] = `
|
|||||||
</cbutton-stub>
|
</cbutton-stub>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="mr-1"
|
class="mr-1"
|
||||||
color="dark"
|
color="dark"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
@@ -55,11 +55,11 @@ exports[`Login.vue renders correctly 1`] = `
|
|||||||
tag="div"
|
tag="div"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="px-4"
|
class="px-4"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -74,11 +74,11 @@ exports[`Login.vue renders correctly 1`] = `
|
|||||||
tag="div"
|
tag="div"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="px-0"
|
class="px-0"
|
||||||
color="link"
|
color="link"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -106,11 +106,11 @@ exports[`Login.vue renders correctly 1`] = `
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
class="active mt-3"
|
class="active mt-3"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
@@ -63,11 +63,11 @@ exports[`Register.vue renders correctly 1`] = `
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
block="true"
|
block="true"
|
||||||
color="success"
|
color="success"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -89,11 +89,11 @@ exports[`Register.vue renders correctly 1`] = `
|
|||||||
tag="div"
|
tag="div"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
block="true"
|
block="true"
|
||||||
color="facebook"
|
color="facebook"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
@@ -109,11 +109,11 @@ exports[`Register.vue renders correctly 1`] = `
|
|||||||
tag="div"
|
tag="div"
|
||||||
>
|
>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
block="true"
|
block="true"
|
||||||
color="twitter"
|
color="twitter"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
@@ -33,10 +33,10 @@ exports[`User.vue renders correctly 1`] = `
|
|||||||
|
|
||||||
<ccardfooter-stub>
|
<ccardfooter-stub>
|
||||||
<cbutton-stub
|
<cbutton-stub
|
||||||
activeclass="active"
|
activeclass="router-link-active"
|
||||||
color="primary"
|
color="primary"
|
||||||
event="click"
|
event="click"
|
||||||
exactactiveclass="active"
|
exactactiveclass="router-link-exact-active"
|
||||||
routertag="a"
|
routertag="a"
|
||||||
target="_self"
|
target="_self"
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
Reference in New Issue
Block a user