fix: small fixes

This commit is contained in:
woothu
2019-06-14 18:20:45 +02:00
parent e2203189fc
commit 5ea5ac4e5b
14 changed files with 12 additions and 45 deletions
+1 -7
View File
@@ -200,7 +200,7 @@
</CCol>
<CCol sm="9" :class="key % 2 === 1 ? 'c-form-inline' : ''">
<CFormRadio
v-for="(option, optKey) in options"
v-for="option in options"
:key="option"
:label="option"
type="radio"
@@ -853,7 +853,6 @@ export default {
trueValue:'someTrueValue',
falseValue:'someFalseValue',
checks: ['someTrueValue','hehehe2','',1,1,1,1,1,1,1,1,1,1,1,1],
selected: 'first',
isValid: '',
testkkk: 2,
horizontal: { label:'col-3', input:'col-9' },
@@ -874,11 +873,6 @@ export default {
console.log('parent updated')
},
methods: {
testt (e) {
// console.log(e)
// this.selected = 3
this.cInput += 100
},
validator (val) {
return val ? val.length >= 4 : false
}
-1
View File
@@ -22,7 +22,6 @@
</template>
<script>
import items from '../users/UsersData'
export default {
name: 'TableWrapper',
props: {