File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
bundles/org.openhab.ui/web/src/components/widgets/standard/list Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 <template #after v-if =" $slots .after " >
3333 <slot name =" after" />
3434 </template >
35- <generic-widget-component v-if =" context.component.slots && context.component.slots.after && context.component.slots.after.length"
36- v-bind =" $attrs"
37- :context = " childContext(context.component.slots.after[0]) " / >
35+ <template # after v-if =" context .component .slots && context .component .slots .after && context .component .slots .after .length " >
36+ < generic-widget-component v-bind =" $attrs" :context = " childContext(context.component.slots.after[0]) " />
37+ </ template >
3838 <f7-accordion-content v-if =" context.parent.component.config.accordionList && !context.editmode" >
3939 <generic-widget-component v-if =" isRegularAccordion"
4040 v-bind =" $attrs"
You can’t perform that action at this time.
0 commit comments