feat: 新组件ReVxeTableBar搭配vxe-table使用 (#1087)

This commit is contained in:
xiaoming
2024-05-02 21:34:16 +08:00
committed by GitHub
parent b8159a0d73
commit cc7726e1c2
13 changed files with 546 additions and 68 deletions

View File

@@ -0,0 +1,5 @@
import vxeTableBar from "./src/bar";
import { withInstall } from "@pureadmin/utils";
/** 配合 `vxe-table` 实现快速便捷的表格操作 */
export const VxeTableBar = withInstall(vxeTableBar);