chore: update deps

This commit is contained in:
vben
2020-11-08 18:01:10 +08:00
parent 4f6b65b8a1
commit 36a7e70cee
4 changed files with 203 additions and 129 deletions

View File

@@ -18,7 +18,7 @@ export const basicProps = {
},
sortFn: {
type: Function as PropType<(sortInfo: SorterResult<any>) => any>,
type: Function as PropType<(sortInfo: SorterResult) => any>,
default: DEFAULT_SORT_FN,
},