vue-grid-layout
vue-grid-layout copied to clipboard
A draggable and resizable grid layout, for Vue.js.
**Software version (please complete the following information):** - vue-grid-layout Version: 3.0.0-beta1 **Describe the bug** In `autoSize` method the $slots is being used as a function, which leads to the error...
Hi, just a question how do i install the vue3 branch into my project? Is it possible to install it trough npm? thx
**Software version (please complete the following information):** - Browser [chrome] - Vue Version [e.g. 2.6.10] - vue-grid-layout Version: [e.g. 2.3.7] **Describe the bug** 1. there are serveral pages in my...
TypeError: GlobalVue.use is not a function at Object.eval (vue-grid-layout.common.js?7be8:1151:1) at Object.2af9 (vue-grid-layout.common.js?7be8:1156:1) at __webpack_require__ (vue-grid-layout.common.js?7be8:22:1) at Module.fb15 (vue-grid-layout.common.js?7be8:13630:1) at __webpack_require__ (vue-grid-layout.common.js?7be8:22:1) at eval (vue-grid-layout.common.js?7be8:86:1) at eval (vue-grid-layout.common.js?7be8:89:1) at Object../node_modules/vue-grid-layout/dist/vue-grid-layout.common.js (14.js:45:1)...
1. Go here https://jbaysolutions.github.io/vue-grid-layout/guide/01-basic.html#_01-basic 2. Increase browser zoom steadily, and watch box 5  at 175% zoom:  Box 5 has its proportions unfixed and it flows to fit. Locally,...
An option to prevent resizing outside the parent would benefit especially for the case of preserving the aspect ratio. Currently when you resize outside the parent, the aspect ratio is...
Hey. For example, can we set the GridItem's width + 1 and it work as if we were resizing? I have the code: ```js ... data () { return {...
Boss, ask me, I am dragging the layout now. I found that the width can be adaptive, but the height is as much as it is. The width will change...
Rename typescript files to *.ts Use typescript compiler instead of babel Fix some type annotations Remove @ import alias
**Software version (please complete the following information):** - Browser Chrome - Vue Version 2.6.10 - vue-grid-layout Version:2.3.7 **Describe the bug** I'm having a responsive grid layout: ``` :responsive="true" :cols="{ lg:...