# GridLayout 栅格拖拽

# 引入

import { H3GridLayout } from '@lateinos/awesome-ui';

export default {
  components: {
    H3GridLayout,
    H3GridItem: H3GridLayout.Item,
  },
};

Vue Grid Layout

Displayed as [x, y, w, h]:
0: [0, 0, 5, 2]
1: [2, 0, 2, 4]
2: [4, 0, 2, 5]
Draggable Resizable Mirrored Responsive
Row Height: Col nums:
0
1
2

# API

参数 说明 必填 类型 默认值
- - - - -

# 事件

事件名称 说明 回调参数
- - -