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(() => {
183
183
displayPrependInnerIconColor: props .displayPrependInnerIconColor ,
184
184
displayPrependInnerIconSize: props .displayPrependInnerIconSize ,
185
185
displayValue: displayValue .value ,
186
- empty ,
187
- error ,
186
+ empty: empty . value ,
187
+ error: error . value ,
188
188
field: ' v-text-field' ,
189
189
underlineColor: settings .underlineColor ,
190
190
underlineStyle: settings .underlineStyle ,
Original file line number Diff line number Diff line change @@ -182,8 +182,8 @@ const bindingDisplay = computed(() => {
182
182
displayPrependInnerIconColor: props .displayPrependInnerIconColor ,
183
183
displayPrependInnerIconSize: props .displayPrependInnerIconSize ,
184
184
displayValue: displayValue .value ,
185
- empty ,
186
- error ,
185
+ empty: empty . value ,
186
+ error: error . value ,
187
187
field: ' v-text-field' ,
188
188
underlineColor: settings .underlineColor ,
189
189
underlineStyle: settings .underlineStyle ,
Original file line number Diff line number Diff line change @@ -185,8 +185,8 @@ const bindingDisplay = computed(() => {
185
185
displayPrependInnerIconColor: props .displayPrependInnerIconColor ,
186
186
displayPrependInnerIconSize: props .displayPrependInnerIconSize ,
187
187
displayValue: displayValue .value ,
188
- empty ,
189
- error ,
188
+ empty: empty . value ,
189
+ error: error . value ,
190
190
field: ' v-text-field' ,
191
191
underlineColor: settings .underlineColor ,
192
192
underlineStyle: settings .underlineStyle ,
You can’t perform that action at this time.
0 commit comments