vue-grid-layout
vue-grid-layout copied to clipboard
A draggable and resizable grid layout, for Vue.js.
 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 ```...
**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 
``` ``` 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...