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 9e13ea9 commit cbff61aCopy full SHA for cbff61a
src/components/GridItem.vue
@@ -354,6 +354,18 @@
354
// console.log("### renderRtl");
355
this.tryMakeResizable();
356
this.createStyle();
357
+ },
358
+ minH: function () {
359
+ this.tryMakeResizable();
360
361
+ maxH: function () {
362
363
364
+ minW: function () {
365
366
367
+ maxW: function () {
368
369
}
370
},
371
computed: {
0 commit comments