File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ import {
30
30
proFieldFC ,
31
31
proFieldFCRenderProps ,
32
32
type ProFieldFCRenderProps ,
33
- ProFieldFC ,
34
- BaseProFieldFC ,
35
- ProRenderFieldPropsType ,
33
+ type ProFieldFC ,
34
+ type BaseProFieldFC ,
35
+ type ProRenderFieldPropsType ,
36
36
} from './components/typings' ;
37
37
38
38
export {
@@ -358,7 +358,7 @@ const ProField = defineComponent({
358
358
} ) ;
359
359
360
360
ProField . install = ( app : App ) => {
361
- app . component ( ProField . name , ProField ) ;
361
+ app . component ( ProField . name as string , ProField ) ;
362
362
return app ;
363
363
} ;
364
364
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import { proxyToRaw } from "./proxyToRaw";
16
16
export { proxyToRaw } ;
17
17
18
18
// type
19
- import {
19
+ import type {
20
20
VueNode ,
21
21
ProFieldFCMode ,
22
22
VueText ,
You can’t perform that action at this time.
0 commit comments