态势感知平台-开源生态与贡献价值全景-中国开源人才密度地图组件抽离
This commit is contained in:
@@ -21,7 +21,7 @@ import {onMounted, ref, onBeforeUnmount, computed} from 'vue';
|
||||
|
||||
// 初始化中国开源人才密度地图
|
||||
import * as echarts from "echarts";
|
||||
import geoJson from './json/china.json';
|
||||
import geoJson from '../json/china.json';
|
||||
|
||||
const talentMapChart = ref()
|
||||
|
||||
@@ -216,7 +216,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { onMounted, ref, nextTick, watch, onUnmounted, computed } from 'vue';
|
||||
import * as echarts from 'echarts';
|
||||
import TalentMapChart from './TalentMapChart.vue'
|
||||
import TalentMapChart from './components/talentMapChart.vue'
|
||||
import InfrastructureCoverageChart from './components/InfrastructureCoverageChart.vue'
|
||||
import UniversityClubStatsChart from './components/UniversityClubStatsChart.vue'
|
||||
import CommunityGovernanceHealthChart from './components/CommunityGovernanceHealthChart.vue'
|
||||
|
||||
Reference in New Issue
Block a user