feat: 新增 GiEditTable 编辑表格组件(同步 GiDemo 更新)

This commit is contained in:
2024-10-27 19:51:35 +08:00
parent 26291a1e44
commit b46235b7ed
7 changed files with 414 additions and 126 deletions

View File

@@ -22,6 +22,7 @@ declare module 'vue' {
GiCellTags: typeof import('./../components/GiCell/GiCellTags.vue')['default']
GiCodeView: typeof import('./../components/GiCodeView/index.vue')['default']
GiDot: typeof import('./../components/GiDot/index.tsx')['default']
GiEditTable: typeof import('./../components/GiEditTable/GiEditTable.vue')['default']
GiFlexibleBox: typeof import('./../components/GiFlexibleBox/index.vue')['default']
GiFooter: typeof import('./../components/GiFooter/index.vue')['default']
GiForm: typeof import('./../components/GiForm/src/GiForm.vue')['default']