487487 type =" email"
488488 placeholder =" Email"
489489 autocomplete =" email"
490- appendHtml =" <i class='cui-envelope-open'></i>"
490+ append-html =" <i class='cui-envelope-open'></i>"
491491 />
492492 <CFormInput
493493 prependHtml =" <i class='cui-euro'></i>"
494494 placeholder =" ex. $1.000.000"
495- appendHtml =" .00"
495+ append-html =" .00"
496496 />
497497 </CCardBody >
498498 <CCardFooter >
529529 autocomplete =" email"
530530 >
531531 <template #prepend >
532- <CButton variant =" primary" ><i class = " fa fa- facebook" ></ i ></CButton >
532+ <CButton variant =" primary" ><CIcon name = " facebook" height = " 14 " / ></CButton >
533533 </template >
534534 <template #append >
535- <CButton variant =" primary" ><i class = " fa fa- twitter" ></ i ></CButton >
535+ <CButton variant =" primary" ><CIcon name = " twitter" height = " 14 " / ></CButton >
536536 </template >
537537 </CFormInput >
538538 </CCardBody >
684684 <CForm >
685685 <CFormInput
686686 prepend-html =" Username"
687- appendHtml =" <i class='cui-user'></i>"
687+ append-html =" <i class='cui-user'></i>"
688688 />
689689 <CFormInput
690690 prepend-html =" Email"
691691 type =" email"
692692 autocomplete =" email"
693- appendHtml =" <i class='cui-envelope-closed'></i>"
693+ append-html =" <i class='cui-envelope-closed'></i>"
694694 />
695695 <CFormInput
696696 prepend-html =" Password"
697697 type =" password"
698698 autocomplete =" current-password"
699- appendHtml =" <i class='fa fa-asterisk '></i>"
699+ append-html =" <i class='cui-shield '></i>"
700700 />
701701 <div class =" c-form-group c-form-actions" >
702702 <CButton type =" submit" size =" sm" variant =" primary" >
716716 <CForm >
717717 <CFormInput
718718 placeholder =" Username"
719- appendHtml =" <i class='cui-user'></i>"
719+ append-html =" <i class='cui-user'></i>"
720720 />
721721 <CFormInput
722722 placeholder =" Email"
723723 type =" email"
724724 autocomplete =" email"
725- appendHtml =" <i class='cui-envelope-closed'></i>"
725+ append-html =" <i class='cui-envelope-closed'></i>"
726726 />
727727 <CFormInput
728728 placeholder =" Password"
729729 type =" password"
730730 autocomplete =" current-password"
731- appendHtml =" <i class='fa fa-asterisk '></i>"
731+ append-html =" <i class='cui-shield '></i>"
732732 />
733733 <div class =" c-form-group c-form-actions" >
734734 <CButton type =" submit" class =" c-btn c-btn-sm c-btn-secondary" >
760760 placeholder =" Password"
761761 type =" password"
762762 autocomplete =" current-password"
763- prependHtml =" <i class='fa fa-asterisk '></i>"
763+ prependHtml =" <i class='cui-shield '></i>"
764764 />
765765 <div class =" c-form-group c-form-actions" >
766766 <CButton type =" submit" size =" sm" variant =" success" >
@@ -847,14 +847,6 @@ export default {
847847 return {
848848 selected: [], // Must be an array reference!
849849 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 ,
858850 horizontal: { label: ' col-3' , input: ' col-9' },
859851 options: [' Option 1' , ' Option 2' , ' Option 3' ],
860852 selectOptions: [
@@ -869,9 +861,6 @@ export default {
869861 ' Radios - custom' , ' Inline Radios - custom' ]
870862 }
871863 },
872- updated () {
873- console .log (' parent updated' )
874- },
875864 methods: {
876865 validator (val ) {
877866 return val ? val .length >= 4 : false
0 commit comments