A draggable and resizable grid layout, as a Vue component.
npm install vue3-grid-layout-nextThis project js support by vue-grid-layout, but vue-grid-layout do not support vue3.
The template uses Vue 3 SFCs, so pay attention to the version of vue.
``shell`
npm i vue3-grid-layout-next
html
{{ style }}
`add dragging、 dragend event
`html
@dragging="doSomething"
@dragend="doSomethingEnd"
>
`beware
$3
`html
...
`$3
If the responsive property is true, make sure layout is a ref object
`html
...
``demo for echart - source:https://gitee.com/cxid/vue3-grid-layout-demo