mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
readd v-bind item removing it breaks dashboard customize view instead of plus signs a ghost widget is shown
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user