6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
import { withInstall } from '#/utils';
|
|
|
|
import tenantToggle from './src/index.vue';
|
|
|
|
export const TenantToggle = withInstall(tenantToggle);
|