File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -183,8 +183,8 @@ const bindingDisplay = computed(() => {
183183 displayPrependInnerIconColor: props .displayPrependInnerIconColor ,
184184 displayPrependInnerIconSize: props .displayPrependInnerIconSize ,
185185 displayValue: displayValue .value ,
186- empty ,
187- error ,
186+ empty: empty . value ,
187+ error: error . value ,
188188 field: ' v-text-field' ,
189189 underlineColor: settings .underlineColor ,
190190 underlineStyle: settings .underlineStyle ,
Original file line number Diff line number Diff line change @@ -182,8 +182,8 @@ const bindingDisplay = computed(() => {
182182 displayPrependInnerIconColor: props .displayPrependInnerIconColor ,
183183 displayPrependInnerIconSize: props .displayPrependInnerIconSize ,
184184 displayValue: displayValue .value ,
185- empty ,
186- error ,
185+ empty: empty . value ,
186+ error: error . value ,
187187 field: ' v-text-field' ,
188188 underlineColor: settings .underlineColor ,
189189 underlineStyle: settings .underlineStyle ,
Original file line number Diff line number Diff line change @@ -185,8 +185,8 @@ const bindingDisplay = computed(() => {
185185 displayPrependInnerIconColor: props .displayPrependInnerIconColor ,
186186 displayPrependInnerIconSize: props .displayPrependInnerIconSize ,
187187 displayValue: displayValue .value ,
188- empty ,
189- error ,
188+ empty: empty . value ,
189+ error: error . value ,
190190 field: ' v-text-field' ,
191191 underlineColor: settings .underlineColor ,
192192 underlineStyle: settings .underlineStyle ,
You can’t perform that action at this time.
0 commit comments