This commit is contained in:
Fine 2022-08-18 15:34:13 +08:00
parent 232f8d2973
commit d93726e70a

View File

@ -28,7 +28,7 @@ limitations under the License. -->
:w="item.w"
:h="item.h"
:i="item.i"
:key="item.i"
:key="item.id"
@click="clickGrid(item, $event)"
:class="{ active: dashboardStore.activedGridItem === item.i }"
:drag-ignore-from="dragIgnoreFrom"