Appearance
在 vue3 + typescript 的项目中,为了获取到组件实例并增加类型,可以使用这样的写法以 element-plus 为例:
import { ElTable } from "element-plus"; const tableRef = ref<null | InstanceType<typeof ElTable>>(null);
2006897
807d2df
efdaf20
6a9fb73
3d788bf
c64a87f