diff --git a/src/components/GiTable/index.vue b/src/components/GiTable/index.vue index 0d2f30c..e7312c4 100644 --- a/src/components/GiTable/index.vue +++ b/src/components/GiTable/index.vue @@ -29,8 +29,7 @@ @@ -125,6 +124,10 @@ defineSlots<{ 'expand-row': (props: { record: T }) => void 'expand-icon': (props: { record: T, expanded?: boolean }) => void 'columns': () => void + 'custom-title': () => void + 'top': () => void + 'toolbar-left': () => void + 'toolbar-right': () => void [propsName: string]: (props: { key: string, record: T, column: TableColumnData, rowIndex: number }) => void }>()