feat: pure-admin-table高级用法添加自适应内容区高度demo

This commit is contained in:
xiaoxian521
2023-06-09 16:51:09 +08:00
parent 39833ce917
commit f971cd5b30
8 changed files with 180 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ type Events = {
indexPath: string;
parentPath: string;
};
setAdaptive: string;
};
export const emitter: Emitter<Events> = mitt<Events>();