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 1
1
import { App } from 'vue'
2
2
import { CForm } from './CForm'
3
3
import { CFormCheck } from './CFormCheck'
4
- import { CFormControl } from './CFormControl'
4
+ // import { CFormControl } from './CFormControl'
5
5
import { CFormFeedback } from './CFormFeedback'
6
6
import { CFormFloating } from './CFormFloating'
7
7
import { CFormInput } from './CFormInput'
@@ -18,7 +18,7 @@ const CFormPlugin = {
18
18
install : ( app : App ) : void => {
19
19
app . component ( CForm . name , CForm )
20
20
app . component ( CFormCheck . name , CFormCheck )
21
- app . component ( CFormControl . name , CFormControl )
21
+ // app.component(CFormControl.name, CFormControl)
22
22
app . component ( CFormFeedback . name , CFormFeedback )
23
23
app . component ( CFormFloating . name , CFormFloating )
24
24
app . component ( CFormInput . name , CFormInput )
@@ -37,7 +37,7 @@ export {
37
37
CFormPlugin ,
38
38
CForm ,
39
39
CFormCheck ,
40
- CFormControl ,
40
+ // CFormControl,
41
41
CFormFeedback ,
42
42
CFormFloating ,
43
43
CFormInput ,
You can’t perform that action at this time.
0 commit comments