forked from platypush/platypush
Pass the list of children to the entity component.
This commit is contained in:
parent
a011de890b
commit
714f853751
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue