You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,8 +182,8 @@ Include the browser-ready bundle (download from [releases](https://github.com/jb
182
182
* default : `{}`
183
183
184
184
This is the initial layouts of the grid per breakpoint if `responsive` is set to `true`.
185
-
The `Object`keys are breakpoint names and each values is an `Array` of `Object` items as defined by `layout` prop. eg:{ lg:[layout items], md:[layout items] }.
186
-
If it is set after the layout creation, it replaces the layout configuration in all breakpoints
185
+
The keys of the `Object` are breakpoint names and each value is an `Array` of `Object` items as defined by `layout` prop. eg:{ lg:[layout items], md:[layout items] }.
186
+
Setting the prop after the creation of the GridLayout has no effect.
187
187
188
188
***colNum**
189
189
@@ -641,7 +641,7 @@ Working example [here](https://jbaysolutions.github.io/vue-grid-layout/examples/
641
641
642
642
Breakpoint Changed event
643
643
644
-
Every time the breakpoint value changed due to window resize
644
+
Every time the breakpoint value changes due to window resize
0 commit comments