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
149149 :y =" item.y"
150150 :w =" item.w"
151151 :h =" item.h"
152- :i =" item.i" >
152+ :i =" item.i"
153+ :key =" item.i" >
153154 {{item.i}}
154155 </grid-item >
155156 </grid-layout >
@@ -465,6 +466,7 @@ Working example [here](https://jbaysolutions.github.io/vue-grid-layout/examples/
465466 :w =" item.w"
466467 :h =" item.h"
467468 :i =" item.i"
469+ :key =" item.i"
468470 @resize =" resizeEvent"
469471 @move =" moveEvent"
470472 @resized =" resizedEvent"
Original file line number Diff line number Diff line change 773773 pos .w = 1 ;
774774 }
775775
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
777777 // this.lastH = y;
778778
779779 if (this .innerW !== pos .w || this .innerH !== pos .h ) {
You can’t perform that action at this time.
0 commit comments