فهرست منبع

首页import修改

xinyan 9 ماه پیش
والد
کامیت
3d6723840b
1فایلهای تغییر یافته به همراه4 افزوده شده و 5 حذف شده
  1. 4 5
      src/views/score-statistics/index.vue

+ 4 - 5
src/views/score-statistics/index.vue

@@ -4,15 +4,14 @@
  * @Description:
  * @Author: xinyan
  */
-
-import LineChart from './component/LineChart.vue';
-import MonthlyRating from './component/MonthlyRating.vue';
-import OverView from './component/components/Overview.vue';
+import Overview from '/@/views/score-statistics/components/Overview.vue';
+import LineChart from '/@/views/score-statistics/components/LineChart.vue';
+import MonthlyRating from '/@/views/score-statistics/components/MonthlyRating.vue';
 </script>
 
 <template>
 	<div class="flex-grow p-5">
-		<OverView></OverView>
+		<Overview></Overview>
 		<el-card style="margin: 10px 0">
 			<LineChart></LineChart>
 		</el-card>