Files
SOP/sop-website/sop-website-frontend/src/components/ApiParamTable/index.ts
六如 403e8111f4 5.0
2024-12-22 23:09:46 +08:00

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 };