mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
feat: 添加 @pureadmin/table 表格选择器(单选、多选)示例
This commit is contained in:
1
types/global.d.ts
vendored
1
types/global.d.ts
vendored
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user