Pass the list of children to the entity component.

This commit is contained in:
Fabio Manganiello 2023-03-20 01:27:21 +01:00
parent a011de890b
commit 714f853751
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,7 @@
:is="component"
:value="value"
:parent="parent"
:children="computedChildren"
:loading="loading"
ref="instance"
:error="error || value?.reachable == false"
@ -210,6 +211,10 @@ export default {
}
}
.label {
margin-left: 0.5em;
}
.icon:hover {
color: $hover-fg;
}