487
487
type =" email"
488
488
placeholder =" Email"
489
489
autocomplete =" email"
490
- appendHtml =" <i class='cui-envelope-open'></i>"
490
+ append-html =" <i class='cui-envelope-open'></i>"
491
491
/>
492
492
<CFormInput
493
493
prependHtml =" <i class='cui-euro'></i>"
494
494
placeholder =" ex. $1.000.000"
495
- appendHtml =" .00"
495
+ append-html =" .00"
496
496
/>
497
497
</CCardBody >
498
498
<CCardFooter >
529
529
autocomplete =" email"
530
530
>
531
531
<template #prepend >
532
- <CButton variant =" primary" ><i class = " fa fa- facebook" ></ i ></CButton >
532
+ <CButton variant =" primary" ><CIcon name = " facebook" height = " 14 " / ></CButton >
533
533
</template >
534
534
<template #append >
535
- <CButton variant =" primary" ><i class = " fa fa- twitter" ></ i ></CButton >
535
+ <CButton variant =" primary" ><CIcon name = " twitter" height = " 14 " / ></CButton >
536
536
</template >
537
537
</CFormInput >
538
538
</CCardBody >
684
684
<CForm >
685
685
<CFormInput
686
686
prepend-html =" Username"
687
- appendHtml =" <i class='cui-user'></i>"
687
+ append-html =" <i class='cui-user'></i>"
688
688
/>
689
689
<CFormInput
690
690
prepend-html =" Email"
691
691
type =" email"
692
692
autocomplete =" email"
693
- appendHtml =" <i class='cui-envelope-closed'></i>"
693
+ append-html =" <i class='cui-envelope-closed'></i>"
694
694
/>
695
695
<CFormInput
696
696
prepend-html =" Password"
697
697
type =" password"
698
698
autocomplete =" current-password"
699
- appendHtml =" <i class='fa fa-asterisk '></i>"
699
+ append-html =" <i class='cui-shield '></i>"
700
700
/>
701
701
<div class =" c-form-group c-form-actions" >
702
702
<CButton type =" submit" size =" sm" variant =" primary" >
716
716
<CForm >
717
717
<CFormInput
718
718
placeholder =" Username"
719
- appendHtml =" <i class='cui-user'></i>"
719
+ append-html =" <i class='cui-user'></i>"
720
720
/>
721
721
<CFormInput
722
722
placeholder =" Email"
723
723
type =" email"
724
724
autocomplete =" email"
725
- appendHtml =" <i class='cui-envelope-closed'></i>"
725
+ append-html =" <i class='cui-envelope-closed'></i>"
726
726
/>
727
727
<CFormInput
728
728
placeholder =" Password"
729
729
type =" password"
730
730
autocomplete =" current-password"
731
- appendHtml =" <i class='fa fa-asterisk '></i>"
731
+ append-html =" <i class='cui-shield '></i>"
732
732
/>
733
733
<div class =" c-form-group c-form-actions" >
734
734
<CButton type =" submit" class =" c-btn c-btn-sm c-btn-secondary" >
760
760
placeholder =" Password"
761
761
type =" password"
762
762
autocomplete =" current-password"
763
- prependHtml =" <i class='fa fa-asterisk '></i>"
763
+ prependHtml =" <i class='cui-shield '></i>"
764
764
/>
765
765
<div class =" c-form-group c-form-actions" >
766
766
<CButton type =" submit" size =" sm" variant =" success" >
@@ -847,14 +847,6 @@ export default {
847
847
return {
848
848
selected: [], // Must be an array reference!
849
849
show: true ,
850
- id: ' sdfjosdf22' ,
851
- cInput: ' ' ,
852
- smh: ' shnsad' ,
853
- trueValue: ' someTrueValue' ,
854
- falseValue: ' someFalseValue' ,
855
- checks: [' someTrueValue' ,' hehehe2' ,' ' ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ,1 ],
856
- isValid: ' ' ,
857
- testkkk: 2 ,
858
850
horizontal: { label: ' col-3' , input: ' col-9' },
859
851
options: [' Option 1' , ' Option 2' , ' Option 3' ],
860
852
selectOptions: [
@@ -869,9 +861,6 @@ export default {
869
861
' Radios - custom' , ' Inline Radios - custom' ]
870
862
}
871
863
},
872
- updated () {
873
- console .log (' parent updated' )
874
- },
875
864
methods: {
876
865
validator (val ) {
877
866
return val ? val .length >= 4 : false
0 commit comments