fix: 类型错误

This commit is contained in:
xingyu
2022-10-11 16:02:28 +08:00
parent 0c5101256b
commit b6347a46aa
8 changed files with 10 additions and 1 deletions

View File

@ -6,6 +6,7 @@ import { setIndex } from './helper'
import { getSlot } from '@/utils/tsxHelper'
import type { TableProps } from './types'
import { set } from 'lodash-es'
import { Pagination, TableColumn, TableSetPropsType, TableSlotDefault } from '@/types/table'
export default defineComponent({
name: 'Table',