mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-21 22:55:36 +00:00
fix(baTable):修复类型定义缺失 !17
This commit is contained in:
parent
360f16da74
commit
0cd3be1fcf
@ -55,7 +55,7 @@ const config = useConfig()
|
||||
const tableRef = ref<InstanceType<typeof ElTable>>()
|
||||
const baTable = inject('baTable') as baTableClass
|
||||
|
||||
interface Props {
|
||||
interface Props extends Partial<InstanceType<typeof ElTable>>{
|
||||
pagination?: boolean
|
||||
}
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
|
Loading…
Reference in New Issue
Block a user