File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -107,5 +107,5 @@ export interface UseFormItemRule {
107
107
_rules : ComputedRef < FormRuleItem [ ] > ;
108
108
}
109
109
110
- export const FORM_ITEM_TOKEN : InjectionKey < FormItemContext > = Symbol ( 'dFormItem' ) ;
111
- export const LABEL_DATA : InjectionKey < LabelData > = Symbol ( 'labelData' ) ;
110
+ export const FORM_ITEM_TOKEN = 'dFormItem' ;
111
+ export const LABEL_DATA = 'dFormLabelData' ;
Original file line number Diff line number Diff line change @@ -101,9 +101,9 @@ export interface FormContext extends FormProps {
101
101
removeItemContext : ( field : FormItemContext ) => void ;
102
102
}
103
103
104
- export const FORM_TOKEN : InjectionKey < FormContext > = Symbol ( 'dForm' ) ;
104
+ export const FORM_TOKEN = 'dForm' ;
105
105
106
- export const STYLE_TOKEN : InjectionKey < StyleType > = Symbol ( 'dForm' ) ;
106
+ export const STYLE_TOKEN = 'dFormStyle' ;
107
107
108
108
export interface DValidateResult < E = never , F = never > {
109
109
errors : E ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-devui" ,
3
- "version" : " 1.6.2 " ,
3
+ "version" : " 1.6.3 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " DevUI components based on Vite and Vue3" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments