refactor: small fixes
This commit is contained in:
Generated
+5
-5
@@ -1850,14 +1850,14 @@
|
||||
}
|
||||
},
|
||||
"@vue/cli-plugin-e2e-nightwatch": {
|
||||
"version": "4.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@vue/cli-plugin-e2e-nightwatch/-/cli-plugin-e2e-nightwatch-4.4.1.tgz",
|
||||
"integrity": "sha512-6874oYjUVmaoeQPlyNf2IqeG/7hX0hbjvJg+cn1wKn//e8rQu5f2G3rNOAor5N9E8xUsXcKSj5fH7LqrHXgZGg==",
|
||||
"version": "4.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@vue/cli-plugin-e2e-nightwatch/-/cli-plugin-e2e-nightwatch-4.3.1.tgz",
|
||||
"integrity": "sha512-5g46AV2z+8etx89O+FQLQuKkuEx75e9Y5v49iQgnbMMuDYT4bizilk4RyO/R3Tq/ePUHfyq10b0trROmG40JvQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@vue/cli-shared-utils": "^4.4.1",
|
||||
"@vue/cli-shared-utils": "^4.3.1",
|
||||
"deepmerge": "^4.2.2",
|
||||
"nightwatch": "^1.3.5"
|
||||
"nightwatch": "^1.3.4"
|
||||
}
|
||||
},
|
||||
"@vue/cli-plugin-eslint": {
|
||||
|
||||
+1
-1
@@ -43,7 +43,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/core": "~7.10.2",
|
||||
"@vue/cli-plugin-babel": "~4.4.1",
|
||||
"@vue/cli-plugin-e2e-nightwatch": "~4.4.1",
|
||||
"@vue/cli-plugin-e2e-nightwatch": "~4.3.1",
|
||||
"@vue/cli-plugin-eslint": "~4.4.1",
|
||||
"@vue/cli-plugin-unit-jest": "~4.4.1",
|
||||
"@vue/cli-service": "~4.4.1",
|
||||
|
||||
@@ -6,7 +6,7 @@ import {
|
||||
cibTumblr,
|
||||
cibXing,
|
||||
cibGithub,
|
||||
cibStackOverflow,
|
||||
cibStackoverflow,
|
||||
cibYoutube,
|
||||
cibDribbble,
|
||||
cibInstagram,
|
||||
@@ -147,7 +147,7 @@ export const iconsSet = Object.assign(
|
||||
cibTumblr,
|
||||
cibXing,
|
||||
cibGithub,
|
||||
cibStackOverflow,
|
||||
cibStackoverflow,
|
||||
cibYoutube,
|
||||
cibDribbble,
|
||||
cibInstagram,
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
</transition>
|
||||
</CContainer>
|
||||
</main>
|
||||
<TheFooter/>
|
||||
</div>
|
||||
<TheFooter/>
|
||||
</CWrapper>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -859,11 +859,11 @@ export default {
|
||||
selectOptions: [
|
||||
'Option 1', 'Option 2', 'Option 3',
|
||||
{
|
||||
value: ['some value', 'another value'],
|
||||
value: 'some value',
|
||||
label: 'Selected option'
|
||||
}
|
||||
],
|
||||
selectedOption: ['some value', 'another value'],
|
||||
selectedOption: 'some value',
|
||||
|
||||
formCollapsed: true,
|
||||
checkboxNames: ['Checkboxes', 'Inline Checkboxes',
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
<CPagination
|
||||
:active-page.sync="currentPage"
|
||||
:pages="10"
|
||||
responsive
|
||||
/>
|
||||
<br>
|
||||
|
||||
@@ -38,7 +37,6 @@
|
||||
size="lg"
|
||||
:active-page.sync="currentPage"
|
||||
:pages="10"
|
||||
responsive
|
||||
/>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
@@ -183,7 +183,7 @@ export default {
|
||||
'tumblr',
|
||||
'xing',
|
||||
'github',
|
||||
'stack-overflow',
|
||||
'stackoverflow',
|
||||
'youtube',
|
||||
'dribbble',
|
||||
'instagram',
|
||||
@@ -202,7 +202,7 @@ export default {
|
||||
// tumblr: 'Tumblr',
|
||||
// xing: 'Xing',
|
||||
// github: 'Github',
|
||||
// 'stack-overflow': 'StackOverflow',
|
||||
// stackoverflow: 'StackOverflow',
|
||||
// youtube: 'YouTube',
|
||||
// dribbble: 'Dribbble',
|
||||
// instagram: 'Instagram',
|
||||
|
||||
@@ -55,6 +55,7 @@
|
||||
<CModal
|
||||
title="Modal title"
|
||||
:show.sync="myModal"
|
||||
size="xl"
|
||||
>
|
||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
||||
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
|
||||
|
||||
@@ -26,9 +26,9 @@ exports[`TheContainer.vue renders correctly 1`] = `
|
||||
/>
|
||||
</ccontainer-stub>
|
||||
</main>
|
||||
|
||||
<thefooter-stub />
|
||||
</div>
|
||||
|
||||
<thefooter-stub />
|
||||
</cwrapper-stub>
|
||||
</div>
|
||||
`;
|
||||
|
||||
@@ -47,7 +47,6 @@ exports[`Paginations.vue renders correctly 1`] = `
|
||||
doublearrows="true"
|
||||
limit="5"
|
||||
pages="10"
|
||||
responsive=""
|
||||
/>
|
||||
|
||||
<br />
|
||||
@@ -84,7 +83,6 @@ exports[`Paginations.vue renders correctly 1`] = `
|
||||
doublearrows="true"
|
||||
limit="5"
|
||||
pages="10"
|
||||
responsive=""
|
||||
size="lg"
|
||||
/>
|
||||
|
||||
|
||||
@@ -188,8 +188,8 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-stack-overflow btn-sm"
|
||||
name="stack-overflow"
|
||||
class="btn btn-stackoverflow btn-sm"
|
||||
name="stackoverflow"
|
||||
type="button"
|
||||
>
|
||||
<svg
|
||||
@@ -202,7 +202,7 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</svg>
|
||||
|
||||
<span>
|
||||
stack-overflow
|
||||
stackoverflow
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
@@ -501,8 +501,8 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-stack-overflow"
|
||||
name="stack-overflow"
|
||||
class="btn btn-stackoverflow"
|
||||
name="stackoverflow"
|
||||
type="button"
|
||||
>
|
||||
<svg
|
||||
@@ -515,7 +515,7 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</svg>
|
||||
|
||||
<span>
|
||||
stack-overflow
|
||||
stackoverflow
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
@@ -820,8 +820,8 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-stack-overflow btn-lg"
|
||||
name="stack-overflow"
|
||||
class="btn btn-stackoverflow btn-lg"
|
||||
name="stackoverflow"
|
||||
type="button"
|
||||
>
|
||||
<svg
|
||||
@@ -834,7 +834,7 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</svg>
|
||||
|
||||
<span>
|
||||
stack-overflow
|
||||
stackoverflow
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
@@ -1145,8 +1145,8 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</svg>
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-stack-overflow btn-sm"
|
||||
name="stack-overflow"
|
||||
class="btn btn-stackoverflow btn-sm"
|
||||
name="stackoverflow"
|
||||
type="button"
|
||||
>
|
||||
<svg
|
||||
@@ -1390,8 +1390,8 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</svg>
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-stack-overflow"
|
||||
name="stack-overflow"
|
||||
class="btn btn-stackoverflow"
|
||||
name="stackoverflow"
|
||||
type="button"
|
||||
>
|
||||
<svg
|
||||
@@ -1641,8 +1641,8 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</svg>
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-stack-overflow btn-lg"
|
||||
name="stack-overflow"
|
||||
class="btn btn-stackoverflow btn-lg"
|
||||
name="stackoverflow"
|
||||
type="button"
|
||||
>
|
||||
<svg
|
||||
@@ -1886,11 +1886,11 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-stack-overflow btn-sm"
|
||||
class="btn btn-stackoverflow btn-sm"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
stack-overflow
|
||||
stackoverflow
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
@@ -2029,11 +2029,11 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-stack-overflow"
|
||||
class="btn btn-stackoverflow"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
stack-overflow
|
||||
stackoverflow
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
@@ -2178,11 +2178,11 @@ exports[`BrandButtons.vue renders correctly 1`] = `
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-stack-overflow btn-lg"
|
||||
class="btn btn-stackoverflow btn-lg"
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
stack-overflow
|
||||
stackoverflow
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
|
||||
@@ -185,6 +185,7 @@ exports[`Modals.vue renders correctly 1`] = `
|
||||
backdrop="true"
|
||||
closeonbackdrop="true"
|
||||
fade="true"
|
||||
size="xl"
|
||||
title="Modal title"
|
||||
>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user