chore: 调整组件导出方式
This commit is contained in:
@@ -1,5 +1 @@
|
||||
import { withInstall } from '#/utils';
|
||||
|
||||
import tenantToggle from './src/index.vue';
|
||||
|
||||
export const TenantToggle = withInstall(tenantToggle);
|
||||
export { default as TenantToggle } from './src/index.vue';
|
||||
|
Reference in New Issue
Block a user