feat: 添加 @pureadmin/table 表格选择器(单选、多选)示例

This commit is contained in:
xiaoxian521
2022-12-05 01:57:30 +08:00
parent f13faf0788
commit 95940312a9
8 changed files with 275 additions and 1 deletions

1
types/global.d.ts vendored
View File

@@ -4,6 +4,7 @@ import type {
PropType as VuePropType,
ComponentPublicInstance
} from "vue";
import type { ECharts } from "echarts";
import type { IconifyIcon } from "@iconify/vue";
import type { TableColumns } from "@pureadmin/table";
import { type RouteComponent, type RouteLocationNormalized } from "vue-router";