vue-grid-layout
vue-grid-layout copied to clipboard
A draggable and resizable grid layout, for Vue.js.
Hi, this PR implements drag & drop from outside, directly in the library. While I was trying to experiment such feature, I noticed that the related example contained a lot...
Fix the following two problems: * website/docs/zh/guide/properties.md :word spelling error * pictures cannot be displayed in Chinese mode
**Software version (please complete the following information):** - Browser [e.g. chrome, safari] - Vue Version [e.g. 2.5.7] - vue-grid-layout Version: [e.g. 2.3.3] **Describe the bug** A clear and concise description...
描述了实际显示高度和其它属性配置之间的关系 指出 高度系数 h 在使用小数倍数时会出现的问题,并更改其值描述
**Software version (please complete the following information):** - Browser [e.g. chrome, safari] - Vue Version **^3.2.25** - vue-grid-layout Version: **^3.0.0-beta1** **Describe the bug** When we are adding the items dynamically...
**Software version (please complete the following information):** - Browser [e.g. chrome, safari] - Vue Version [e.g. 3.4.15] - vue-grid-layout Version: [e.g. 3.0.0-beta1] **Describe the bug** Cannot read properties of null...
**Software version (please complete the following information):** - Browser [e.g. chrome, safari] - Vue Version [e.g. 2.5.7] - vue-grid-layout Version: [e.g. 2.3.3] **Describe the bug** A clear and concise description...
in this fork of this repo for vue3, dragEvent method from gridLayout component is not exposed to be used in parent component by $ref. https://github.com/merfais/vue-grid-layout-v3
Hi! 👋 Example10DragFromOutside.vue listens to the dragover events when the component is mounted. But this listener is never removed even after the component unmounts. This can lead to potential memory...