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 191 vue-grid-layout issues
Sort by recently updated
recently updated
newest added

![gridlayout](https://user-images.githubusercontent.com/23133422/53223774-6a2bac80-36ad-11e9-9c3e-ce5de4758200.gif) the grid item won't be efffected when I try to resize the grid item and mouseup,the 'ResizedEvent' won't be printed too. But it successd sometimes,seems like randomly. Did u...

Just wondering after I added vue-grid-layout to my dependencies, I received a warning from webpack report: ``` Asset Size Chunks Chunk Names static/js/vendor.e0edbedd8d1dfc9f9886.js 1.9 MB 0 [emitted] [big] vendor ```...

enhancement
question

**describe.** change normal placeholder to vue slot style ,can use vue slot function realization a custom Placeholder **Additional context** > GridLayout.vue ``` javascript ```

Hey, looks like there is an issue of responsive layout feature. "vue-grid-layout": "^2.3.1", Version 69.0.3497 os: macOS High Sierra Look forward to your reply ![overlap](https://user-images.githubusercontent.com/6037522/50746293-45988400-1269-11e9-87d8-b616cf4ce585.gif)

``` ``` i want add new grid-layout to the div, but not work ``` let periodDiv = new Vue({ render: (h) => { return h('grid-layout', { render: (h1) => {...

Hi, I don't know if it is a bug about maxRows, or if maxRows is only the maximum size of the block. I want to know if a way to...

I am using the same grind on two child components: one for editing, one is "read only", just showing the grid. When I change the layout (using vuex), the "viewer"...

using the package results in vuex state mutation errors, in strict mode > vue.esm.js?efeb:1743 Error: [vuex] Do not mutate vuex store state outside mutation handlers. > at assert (vuex.esm.js?358c:97) >...

Hi, I'm using vue-grid-layout on a project that include iframes (like a youtube player) in resizable grid items. I'm facing the issue that the "resize" & "resized" events on the...

I need to optimize my app for IE11 or Edge. When dragging an item, it lags heavily (like ~2 fps). The same issue appears in the demo. It seems to...

enhancement
help wanted