File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,8 @@ Include the browser-ready bundle (download from [releases](https://github.com/jb
149
149
:y =" item.y"
150
150
:w =" item.w"
151
151
:h =" item.h"
152
- :i =" item.i" >
152
+ :i =" item.i"
153
+ :key =" item.i" >
153
154
{{item.i}}
154
155
</grid-item >
155
156
</grid-layout >
@@ -465,6 +466,7 @@ Working example [here](https://jbaysolutions.github.io/vue-grid-layout/examples/
465
466
:w =" item.w"
466
467
:h =" item.h"
467
468
:i =" item.i"
469
+ :key =" item.i"
468
470
@resize =" resizeEvent"
469
471
@move =" moveEvent"
470
472
@resized =" resizedEvent"
Original file line number Diff line number Diff line change 773
773
pos .w = 1 ;
774
774
}
775
775
776
- // this.lastW = x; // basicly , this is copied from resizehandler, but shouldn't be needed
776
+ // this.lastW = x; // basically , this is copied from resizehandler, but shouldn't be needed
777
777
// this.lastH = y;
778
778
779
779
if (this .innerW !== pos .w || this .innerH !== pos .h ) {
You can’t perform that action at this time.
0 commit comments