refactor: small fixes

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