mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
6 lines
163 B
TypeScript
6 lines
163 B
TypeScript
import tableProBar from "./src/bar";
|
|
import { withInstall } from "@pureadmin/utils";
|
|
|
|
/** table-crud组件 */
|
|
export const TableProBar = withInstall(tableProBar);
|