公告板
版本库
filestore
活动
搜索
登录
谭勇
/
JNPF_ITMS_Web
培训系统前端代码
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat(tms): 完成课程考试自测等页面与接口对接
liuyu
昨天
93c133349a5ccd7a328371fa113dce69d5611f21
[~tanyong/JNPF_ITMS_Web.git]
/
packages
/
effects
/
plugins
/
src
/
vxe-table
/
index.ts
1
2
3
4
5
6
export { setupVbenVxeTable } from './init';
export type { VxeTableGridOptions } from './types';
export * from './use-vxe-grid';
export { default as VbenVxeGrid } from './use-vxe-grid.vue';
export type { VxeGridListeners, VxeGridProps, VxeGridPropTypes } from 'vxe-table';