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

Please tell me how to solve the problem of coverage when I change the width and height in other ways

Reproduction link: [Stackblitz](https://stackblitz.com/edit/nuxt-starter-yuoyxf?file=components/gridlayout.vue) **Describe the bug** I'm using `vue-grid-layout` in a pretty standard way and it has weird visual bug when I use a `` to move into a page...

比如我希望每次只能拖拽一行高度的一半, 该怎么设置呢 ?

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

vue:2.5.2 vue-grid-layout:2.4.0 browser:chrome Describe the bug The vue-grid-layout doesn't seem to be exporting anything, therefore vue fails run the project with error message: "export 'GridLayout' was not found in 'vue-grid-layout'

merge latest version feature e.g. props isBounded, to branch vue3-webpack

I have added :- ``` resizeOptions: { autoScroll: { container: document.getElementById('dashboard-grid'), margin: 50, distance: 5, interval: 10 } }, ``` but it gives error document not found It is using...

- Browser [Chrome] - Vue Version [3] **Describe the bug** Hello, when I add new items to existing items, they are not added sequentially and are added randomly. Please look...

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

某些英文文档中的内容, 例如prop`isBounded`, 没有在中文文档中出现 是否有计划更新中文文档?