We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4403692 commit fed1878Copy full SHA for fed1878
src/components/GridLayout.vue
@@ -223,9 +223,6 @@
223
layout: function () {
224
this.layoutUpdate();
225
},
226
- responsiveLayouts: function() {
227
- this.layoutUpdate();
228
- },
229
colNum: function (val) {
230
this.eventBus.$emit("setColNum", val);
231
@@ -390,7 +387,7 @@
390
387
391
388
// finds or generates new layouts for set breakpoints
392
389
responsiveGridLayout(){
393
-
+
394
let newBreakpoint = getBreakpointFromWidth(this.breakpoints, this.width);
395
let newCols = getColsFromBreakpoint(newBreakpoint, this.cols);
396
0 commit comments