readd v-bind item removing it breaks dashboard customize view instead of plus signs a ghost widget is shown

This commit is contained in:
Harald Bamberger
2024-11-22 14:50:16 +01:00
parent ecab3ea4d9
commit 8e51071997
+1 -1
View File
@@ -376,7 +376,7 @@ export default {
paddingRight: 'var(--fhc-dg-item-padding-horizontal)'
}">
<template v-slot="item">
<slot v-bind="item.data" :x="item.x" :y="item.y" ></slot>
<slot v-bind="item.data" v-bind="item" :x="item.x" :y="item.y" ></slot>
</template>
</grid-item>