We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb123e7 commit 9daeba9Copy full SHA for 9daeba9
2 files changed
frontend/src/views/dashboard/PreviewDashboard.vue
@@ -12,21 +12,24 @@ const componentData = [
12
x: 1,
13
y: 1,
14
sizex: 2,
15
- sizey: 2
+ sizey: 2,
16
+ _dragId:0
17
},
18
{
19
id: 10,
20
x: 2,
21
22
23
24
+ _dragId:1
25
26
27
id: 7,
28
29
y: 2,
30
- sizey: 3
31
+ sizey: 3,
32
+ _dragId:2
33
}
34
]
35
@@ -40,6 +43,7 @@ onMounted(() => {
40
43
41
44
nextTick(() => {
42
45
if (cyGridster.value) {
46
+ // @ts-ignore
47
cyGridster.value.init()
48
49
})
0 commit comments