File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ const slotBindings = computed(() => ({
131
131
... settings ,
132
132
... {
133
133
loading: loadingProp .value ,
134
+ modelValue: modelValue .value ,
134
135
originalValue: originalValue ,
135
136
}
136
137
}));
Original file line number Diff line number Diff line change 1
1
import VInlineCheckbox from './VInlineCheckbox.vue' ;
2
+ import VInlineCustomField from './VInlineCustomField.vue' ;
2
3
import VInlineSelect from './VInlineSelect.vue' ;
3
4
import VInlineSwitch from './VInlineSwitch.vue' ;
4
5
import VInlineTextField from './VInlineTextField.vue' ;
@@ -7,6 +8,7 @@ import VInlineTextarea from './VInlineTextarea.vue';
7
8
8
9
export default {
9
10
VInlineCheckbox,
11
+ VInlineCustomField,
10
12
VInlineSelect,
11
13
VInlineSwitch,
12
14
VInlineTextField,
You can’t perform that action at this time.
0 commit comments