perf: 优化导出导入

This commit is contained in:
xingyu4j
2025-06-06 12:33:13 +08:00
parent 231de628d3
commit 4ba864c734
19 changed files with 210 additions and 224 deletions

View File

@@ -0,0 +1,3 @@
import { defineAsyncComponent } from 'vue';
export const FollowUp = defineAsyncComponent(() => import('./index.vue'));