File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import { App } from 'vue'
22import { CForm } from './CForm'
33import { CFormCheck } from './CFormCheck'
4- import { CFormControl } from './CFormControl'
4+ // import { CFormControl } from './CFormControl'
55import { CFormFeedback } from './CFormFeedback'
66import { CFormFloating } from './CFormFloating'
77import { CFormInput } from './CFormInput'
@@ -18,7 +18,7 @@ const CFormPlugin = {
1818 install : ( app : App ) : void => {
1919 app . component ( CForm . name , CForm )
2020 app . component ( CFormCheck . name , CFormCheck )
21- app . component ( CFormControl . name , CFormControl )
21+ // app.component(CFormControl.name, CFormControl)
2222 app . component ( CFormFeedback . name , CFormFeedback )
2323 app . component ( CFormFloating . name , CFormFloating )
2424 app . component ( CFormInput . name , CFormInput )
@@ -37,7 +37,7 @@ export {
3737 CFormPlugin ,
3838 CForm ,
3939 CFormCheck ,
40- CFormControl ,
40+ // CFormControl,
4141 CFormFeedback ,
4242 CFormFloating ,
4343 CFormInput ,
You can’t perform that action at this time.
0 commit comments