vue-grid-layout icon indicating copy to clipboard operation
vue-grid-layout copied to clipboard

A draggable and resizable grid layout, for Vue.js.

Results 186 vue-grid-layout issues
Sort by recently updated
recently updated
newest added

**Software version (please complete the following information):** - Browser chrome - Vue Version 2 - vue-grid-layout latest **Describe the bug** Lets say we have 3 blocks which can be resized....

Is it foreseen that Vue-Grid-Layout supports incoming Vue 3 ? With latest `vue-grid-layout 2.3.7` and `vue 3.0.0-beta.18`, we get ![image](https://user-images.githubusercontent.com/66995824/86576657-4f439a80-bf79-11ea-86c8-05504324fb54.png)

help wanted

"vue-grid-layout": "^2.3.12", `import VueGridLayout from "vue-grid-layout"; const app = createApp(App); app.use(VueGridLayout);` ![grid](https://user-images.githubusercontent.com/26999638/181870904-11181206-8be2-4a0a-87f9-831ef43f6b46.gif)

Anyone has found an alternative working with Vue3?

node_modules/@ampproject,This file requires bable compilation to be compatible with IE,Because there's a way to write the arrow function(()={}) 想要兼容ie浏览器得重新打包,因为里面有箭头函数的写法,并在vue.config.js中添加node_modules/@ampproject三方库的编译

Good day, With Vue to quickly reference a dom element in a vue template, one can add ref attribute to the html. Can we add this to the grid-item as...

## feat Add 'isHorizontalResize' and 'isHorizontalResize' attributes to support changing height and width only. The premise is static is false. ## usage ``` vue ``` ## result ![image](https://user-images.githubusercontent.com/38486063/170870353-c312d8c1-1bc1-44f4-a488-89912e6d09c2.png) ![image](https://user-images.githubusercontent.com/38486063/170870386-dbaa769f-c302-4b98-a836-96e46675b4a5.png)

It is possible to handle Nuxt ssr using this library?

enhancement
help wanted
question

Does anyone know how to make the scroll bar scroll automatically when dragging the element close to the viewport? For example when dragging the element downwards, and the mouse event...