mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
7 lines
192 B
TypeScript
Executable File
7 lines
192 B
TypeScript
Executable File
import apiParamTable from "@/components/ApiParamTable/index.vue";
|
|
import { withInstall } from "@pureadmin/utils";
|
|
|
|
const ApiParamTable = withInstall(apiParamTable);
|
|
|
|
export { ApiParamTable };
|