File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/vuetify/src/components/VTreeview Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ export const VTreeviewChildren = genericComponent<new <T extends InternalListIte
200
200
...itemProps ,
201
201
...activatorProps ,
202
202
value : itemProps ?. value ,
203
+ indentLines : indentLines . node ,
203
204
onToggleExpand : [ ( ) => checkChildren ( item ) , activatorProps . onClick ] as any ,
204
205
onClick : isClickOnOpen . value
205
206
? [ ( ) => checkChildren ( item ) , activatorProps . onClick ] as any
@@ -215,7 +216,6 @@ export const VTreeviewChildren = genericComponent<new <T extends InternalListIte
215
216
{ ...listItemProps }
216
217
hasCustomPrepend = { ! ! slots . prepend }
217
218
hideActions = { props . hideActions }
218
- indentLines = { indentLines . node }
219
219
value = { props . returnObject ? item . raw : itemProps . value }
220
220
loading = { loading }
221
221
v-slots = { slotsWithItem }
You can’t perform that action at this time.
0 commit comments