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.
2 parents 0ccd36d + cbff61a commit fd7a5c0Copy full SHA for fd7a5c0
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