mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 14:31:47 +01:00
fix(Table): type sort prop
This commit is contained in:
@@ -78,7 +78,7 @@ export default defineComponent({
|
||||
default: 'label'
|
||||
},
|
||||
sort: {
|
||||
type: Object,
|
||||
type: Object as PropType<{ column: string, direction: 'asc' | 'desc' }>,
|
||||
default: () => ({})
|
||||
},
|
||||
sortButton: {
|
||||
|
||||
Reference in New Issue
Block a user