File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
src/documentation/components Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 30
30
item-value =" abbr"
31
31
:items =" items"
32
32
:loading-wait =" false"
33
+ return-object
33
34
:table-field =" false"
34
35
:variant =" variant"
35
36
>
@@ -83,17 +84,13 @@ const variant = ref('underlined');
83
84
const values = reactive ({
84
85
boolean: true ,
85
86
select: {
86
- abbr: ' FL ' ,
87
- state: ' Florida ' ,
87
+ abbr: ' CA ' ,
88
+ state: ' California ' ,
88
89
},
89
90
textField: ' Hello World' ,
90
91
});
91
92
92
93
const items = reactive ([
93
- {
94
- abbr: ' FL' ,
95
- state: ' Florida' ,
96
- },
97
94
{
98
95
abbr: ' GA' ,
99
96
state: ' Georgia' ,
Original file line number Diff line number Diff line change 53
53
:items =" propsStore.vInlineTextFieldProps"
54
54
section-id =" inline-text-field-props"
55
55
section-title =" Props"
56
- subtitle =" These are all props for the <code class='ic' >VInlineTextField</code> component"
56
+ subtitle =" These are all props for the <code>VInlineTextField</code> component"
57
57
/>
58
58
</v-col >
59
59
</template >
You can’t perform that action at this time.
0 commit comments