Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6738f28

Browse files
committed
fix(CFormFeedback): add missing exports
1 parente3b54ae commit6738f28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/components/form/index.ts‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import{App}from'vue'
22
import{CForm}from'./CForm'
33
import{CFormCheck}from'./CFormCheck'
4-
import{CFormControl}from'./CFormControl'
4+
//import { CFormControl } from './CFormControl'
55
import{CFormFeedback}from'./CFormFeedback'
66
import{CFormFloating}from'./CFormFloating'
77
import{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,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp