perf: 文件管理、分析页、代码生成等部分组件调整为异步加载

This commit is contained in:
KAI
2024-11-06 12:21:53 +00:00
committed by Charles7c
parent 798dda9440
commit 2caedd165f
15 changed files with 34 additions and 20 deletions

View File

@@ -4,7 +4,6 @@
<script lang="ts" setup>
import { registerMap } from 'echarts/core'
import { ref } from 'vue'
import VCharts from 'vue-echarts'
import worldMap from './world.json'
import chinaMap from './china.json'