Skip to content
Snippets Groups Projects
Commit 162b71a6 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

feat(ATable): add slot definitions

parent 3577b8e6
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,13 @@ defineOptions({
compatConfig: { MODE: 3 },
inheritAttrs: false,
})
defineSlots<{
default(props: { obj: T; index: number }): any
thead(): any
header(): any
body(): any
footer(): any
}>()
const attrs = useAttrs()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment