feat:【antd】【crm】将 defineAsyncComponent 调整成 export
This commit is contained in:
@@ -1,3 +1 @@
|
||||
import { defineAsyncComponent } from 'vue';
|
||||
|
||||
export const FollowUp = defineAsyncComponent(() => import('./index.vue'));
|
||||
export { default as FollowUp } from './index.vue';
|
||||
|
||||
Reference in New Issue
Block a user