mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 22:45:24 +00:00
fix key
This commit is contained in:
parent
232f8d2973
commit
d93726e70a
@ -28,7 +28,7 @@ limitations under the License. -->
|
|||||||
:w="item.w"
|
:w="item.w"
|
||||||
:h="item.h"
|
:h="item.h"
|
||||||
:i="item.i"
|
:i="item.i"
|
||||||
:key="item.i"
|
:key="item.id"
|
||||||
@click="clickGrid(item, $event)"
|
@click="clickGrid(item, $event)"
|
||||||
:class="{ active: dashboardStore.activedGridItem === item.i }"
|
:class="{ active: dashboardStore.activedGridItem === item.i }"
|
||||||
:drag-ignore-from="dragIgnoreFrom"
|
:drag-ignore-from="dragIgnoreFrom"
|
||||||
|
Loading…
Reference in New Issue
Block a user