admin-vben5/apps/web-antd/src/components/tenant-toggle/index.ts

6 lines
140 B
TypeScript
Raw Normal View History

2024-09-05 08:07:34 +08:00
import { withInstall } from '#/utils';
import tenantToggle from './src/index.vue';
export const TenantToggle = withInstall(tenantToggle);