Skip to content

Commit a85022e

Browse files
authored
Update App.vue
1 parent 687ee80 commit a85022e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/App.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@
113113
this.index++;
114114
this.layout.push(item);
115115
},
116-
moved: function(item){
117-
console.log(item)
116+
moved: function(i, newX, newY){
117+
console.log(i, newX, newY)
118118
},
119-
resized: function(item){
120-
console.log(item)
119+
resized: function(i, newH, newW){
120+
console.log(i, newH, newW)
121121
}
122122
},
123123
}

0 commit comments

Comments
 (0)