Skip to content

Commit 9daeba9

Browse files
committed
fix: build
1 parent cb123e7 commit 9daeba9

File tree

2 files changed

+96
-49
lines changed

2 files changed

+96
-49
lines changed

frontend/src/views/dashboard/PreviewDashboard.vue

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,24 @@ const componentData = [
1212
x: 1,
1313
y: 1,
1414
sizex: 2,
15-
sizey: 2
15+
sizey: 2,
16+
_dragId:0
1617
},
1718
{
1819
id: 10,
1920
x: 2,
2021
y: 1,
2122
sizex: 2,
22-
sizey: 2
23+
sizey: 2,
24+
_dragId:1
2325
},
2426
{
2527
id: 7,
2628
x: 1,
2729
y: 2,
2830
sizex: 2,
29-
sizey: 3
31+
sizey: 3,
32+
_dragId:2
3033
}
3134
]
3235
@@ -40,6 +43,7 @@ onMounted(() => {
4043
4144
nextTick(() => {
4245
if (cyGridster.value) {
46+
// @ts-ignore
4347
cyGridster.value.init()
4448
}
4549
})

0 commit comments

Comments
 (0)