refactor(dashbaord/index.vue): 删除无用引用

This commit is contained in:
郝先瑞
2022-02-07 06:03:53 +00:00
committed by Gitee
parent 11fbccf1ba
commit dc01ba3670

View File

@@ -106,7 +106,6 @@ import {computed, nextTick, onMounted, reactive, toRefs, watchEffect} from "vue"
// 组件引用
import GithubCorner from '@/components/GithubCorner/index.vue'
import TodoList from './components/TodoList/index.vue'
import SvgIcon from '@/components/SvgIcon/index.vue'
import BarChart from "./components/Chart/BarChart.vue";
import PieChart from "./components/Chart/PieChart.vue";